popt: upgrade to 1.13

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4065 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2008-03-19 16:22:27 +00:00
parent 51fc436f35
commit 1c7de99c41
5 changed files with 12 additions and 17 deletions

View File

@@ -0,0 +1,12 @@
DESCRIPTION = "The popt library for parsing command line options."
LICENSE = "MIT"
SECTION = "libs"
DEPENDS = "gettext-native"
SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz"
inherit autotools
do_stage () {
autotools_stage_all
}

View File

@@ -1,17 +0,0 @@
DESCRIPTION = "The popt library exists essentially \
for parsing command line options."
LICENSE = "MIT"
SECTION = "libs"
DEPENDS = "gettext-native"
PR = "r4"
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}/
}