summaryrefslogtreecommitdiffstats
path: root/package/xstroke/xstroke.mk
blob: 920ed9cacc0c747e5fe0f636bf8308f702fcea70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#############################################################
#
# xstroke
#
#############################################################
XSTROKE_VERSION = 0.6
XSTROKE_SOURCE = xstroke-$(XSTROKE_VERSION).tar.gz
XSTROKE_SITE = http://avr32linux.org/twiki/pub/Main/XStroke
XSTROKE_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install

XSTROKE_DEPENDENCIES = xlib_libXft xlib_libXtst xlib_libXpm

$(eval $(call AUTOTARGETS,package,xstroke))