From: Cliff Brake Date: Wed, 3 Oct 2007 14:31:27 +0000 (+0000) Subject: argtable 2.7: add package X-Git-Tag: Release-2010-05/1~8549^2~1^2~128^2~11^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=979ad42ef53bb59179c9c2912b165fed595de31d;p=openembedded.git argtable 2.7: add package --- diff --git a/argtable/.mtn2git_empty b/argtable/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/argtable/argtable_2.7.bb b/argtable/argtable_2.7.bb new file mode 100644 index 0000000000..27804626f3 --- /dev/null +++ b/argtable/argtable_2.7.bb @@ -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} +} + +