From 4b46c1f6e891b1ddd5968536440b888661fade3e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 31 Aug 2005 10:45:47 +0000 Subject: Initial population git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/packages/popt/popt_1.7.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 openembedded/packages/popt/popt_1.7.bb (limited to 'openembedded/packages/popt/popt_1.7.bb') diff --git a/openembedded/packages/popt/popt_1.7.bb b/openembedded/packages/popt/popt_1.7.bb new file mode 100644 index 000000000..41af18ed5 --- /dev/null +++ b/openembedded/packages/popt/popt_1.7.bb @@ -0,0 +1,16 @@ +SECTION = "libs" +DESCRIPTION = "The popt library exists essentially \ +for parsing command line options." +LICENSE = "MIT" +PR = "r1" + +SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \ + file://m4.patch;patch=1 \ + file://intl.patch;patch=1" + +inherit autotools + +do_stage () { + oe_libinstall -a -so libpopt ${STAGING_LIBDIR} + install -m 0644 popt.h ${STAGING_INCDIR}/ +} -- cgit v1.2.3