[oe-commits] org.oe.dev argtable 2.7: add package

cbrake commit openembedded-commits at lists.openembedded.org
Wed Oct 3 15:04:22 UTC 2007


argtable 2.7: add package

Author: cbrake at openembedded.org
Branch: org.openembedded.dev
Revision: 369c177872e510e3e991c4990b55ce6a386c5702
ViewMTN: http://monotone.openembedded.org/revision/info/369c177872e510e3e991c4990b55ce6a386c5702
Files:
1
argtable
argtable/argtable_2.7.bb
Diffs:

#
# mt diff -r93f701aba740dcaf967489cfa21cd52dad3f52ec -r369c177872e510e3e991c4990b55ce6a386c5702
#
# 
# 
# add_dir "argtable"
# 
# add_file "argtable/argtable_2.7.bb"
#  content [cf967045cd0c012adf5d5ffb3ddfd4710261863e]
# 
============================================================
--- argtable/argtable_2.7.bb	cf967045cd0c012adf5d5ffb3ddfd4710261863e
+++ argtable/argtable_2.7.bb	cf967045cd0c012adf5d5ffb3ddfd4710261863e
@@ -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}
+}
+
+






More information about the Openembedded-commits mailing list