argp-standalone: new recipe, version 1.3
authorDirk Opfer <dirk@do13.de>
Wed, 22 Apr 2009 08:21:04 +0000 (10:21 +0200)
committerDirk Opfer <dirk@do13.de>
Wed, 22 Apr 2009 08:21:04 +0000 (10:21 +0200)
Argp is an interface for parsing unix-style argument vectors. This is only needed for uclibc

recipes/argp-standalone/argp-standalone_1.3.bb [new file with mode: 0644]

diff --git a/recipes/argp-standalone/argp-standalone_1.3.bb b/recipes/argp-standalone/argp-standalone_1.3.bb
new file mode 100644 (file)
index 0000000..6de77ef
--- /dev/null
@@ -0,0 +1,10 @@
+DESCRIPTION = "Argp is an interface for parsing unix-style argument vectors. This is only needed for uclibc"
+PRIORITY = "optional"
+
+SRC_URI = "http://www.auto.tuwien.ac.at/~mkoegler/eib/argp-standalone-${PV}.tar.gz"
+
+inherit autotools
+
+do_stage() {
+        autotools_stage_all
+}