summaryrefslogtreecommitdiffstats
path: root/package/libargtable2/libargtable2.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/libargtable2/libargtable2.mk')
-rw-r--r--package/libargtable2/libargtable2.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/libargtable2/libargtable2.mk b/package/libargtable2/libargtable2.mk
new file mode 100644
index 000000000..57eb629ff
--- /dev/null
+++ b/package/libargtable2/libargtable2.mk
@@ -0,0 +1,17 @@
+#############################################################
+#
+# libargtable2
+#
+#############################################################
+
+LIBARGTABLE2_VERSION = 13
+LIBARGTABLE2_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/argtable/
+
+LIBARGTABLE2_INSTALL_STAGING = YES
+LIBARGTABLE2_CONF_OPT= --program-prefix="" \
+ --disable-example \
+ --disable-kernel-module \
+ --enable-lib \
+ --enable-util
+
+$(eval $(call AUTOTARGETS,package,libargtable2))