diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/popt/popt_1.7.bb | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/popt/popt_1.7.bb')
-rw-r--r-- | packages/popt/popt_1.7.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/popt/popt_1.7.bb b/packages/popt/popt_1.7.bb index e69de29bb2..41af18ed58 100644 --- a/packages/popt/popt_1.7.bb +++ b/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}/ +} |