478ea1a12d
Now that <pkg>_INSTALL_TARGET_OPT always defaults to 'DESTDIR=$(TARGET_DIR) install', we can remove the <pkg>_INSTALL_TARGET_OPT definition from a lot of packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
378 B
Makefile
14 lines
378 B
Makefile
#############################################################
|
|
#
|
|
# xstroke
|
|
#
|
|
#############################################################
|
|
XSTROKE_VERSION = 0.6
|
|
XSTROKE_SOURCE = xstroke-$(XSTROKE_VERSION).tar.gz
|
|
XSTROKE_SITE = http://avr32linux.org/twiki/pub/Main/XStroke
|
|
|
|
XSTROKE_DEPENDENCIES = xlib_libXft xlib_libXtst xlib_libXpm
|
|
|
|
$(eval $(call AUTOTARGETS,package,xstroke))
|
|
|