summaryrefslogtreecommitdiffstats
path: root/package/xstroke/xstroke.mk
diff options
context:
space:
mode:
authorJohn Voltz2008-03-06 19:38:20 +0100
committerJohn Voltz2008-03-06 19:38:20 +0100
commite0caa0ccc387fb4a0bfdcd293e251fef278a64de (patch)
treee836d6d72297b0b8a20b0e906847269d026e6eb1 /package/xstroke/xstroke.mk
parentadded xpdf (diff)
downloadbuildroot-e0caa0ccc387fb4a0bfdcd293e251fef278a64de.tar.gz
buildroot-e0caa0ccc387fb4a0bfdcd293e251fef278a64de.tar.xz
buildroot-e0caa0ccc387fb4a0bfdcd293e251fef278a64de.zip
added xstroke
Diffstat (limited to 'package/xstroke/xstroke.mk')
-rw-r--r--package/xstroke/xstroke.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/xstroke/xstroke.mk b/package/xstroke/xstroke.mk
new file mode 100644
index 000000000..6d0e2852b
--- /dev/null
+++ b/package/xstroke/xstroke.mk
@@ -0,0 +1,17 @@
+#############################################################
+#
+# xstroke
+#
+#############################################################
+XSTROKE_VERSION = 0.6
+XSTROKE_SOURCE = xstroke-$(XSTROKE_VERSION).tar.gz
+XSTROKE_SITE = http://avr32linux.org/twiki/pub/Main/XStroke
+XSTROKE_AUTORECONF = NO
+XSTROKE_INSTALL_STAGING = NO
+XSTROKE_INSTALL_TARGET = YES
+XSTROKE_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
+
+XSTROKE_DEPENDENCIES = uclibc
+
+$(eval $(call AUTOTARGETS,package,xstroke))
+