kumquat-buildroot/package/xstroke/xstroke.mk

15 lines
435 B
Makefile
Raw Normal View History

2008-03-06 19:38:20 +01:00
#############################################################
#
# xstroke
#
#############################################################
XSTROKE_VERSION = 0.6
XSTROKE_SOURCE = xstroke-$(XSTROKE_VERSION).tar.gz
XSTROKE_SITE = http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/XStroke
2008-03-06 19:38:20 +01:00
XSTROKE_DEPENDENCIES = xlib_libXft xlib_libXtst xlib_libXpm xlib_libXrender xlib_libXext
XSTROKE_AUTORECONF = YES
$(eval $(autotools-package))
2008-03-06 19:38:20 +01:00