argtable 2.7: add package
authorCliff Brake <cbrake@bec-systems.com>
Wed, 3 Oct 2007 14:31:27 +0000 (14:31 +0000)
committerCliff Brake <cbrake@bec-systems.com>
Wed, 3 Oct 2007 14:31:27 +0000 (14:31 +0000)
argtable/.mtn2git_empty [new file with mode: 0644]
argtable/argtable_2.7.bb [new file with mode: 0644]

diff --git a/argtable/.mtn2git_empty b/argtable/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/argtable/argtable_2.7.bb b/argtable/argtable_2.7.bb
new file mode 100644 (file)
index 0000000..2780462
--- /dev/null
@@ -0,0 +1,21 @@
+DESCRIPTION = "Argtable is an ANSI C library for parsing GNU style command line options."
+SECTION = "libs"
+LICENSE = "LGPL"
+HOMEPAGE = "http://argtable.sourceforge.net/"
+
+PR = "r0"
+
+DEPENDS = "libtool-cross"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/argtable/argtable2-6.tar.gz"
+
+S = ${WORKDIR}/argtable2-6
+
+inherit autotools
+
+do_stage () {
+       oe_libinstall -a -so libargtable2 ${STAGING_LIBDIR}
+       install -m 0644 src/argtable2.h ${STAGING_INCDIR}
+}
+
+