popt: update to 1.16.

This commit is contained in:
Juan RP 2010-05-10 00:17:07 +02:00
parent e0d6dc5655
commit e11df2a6aa
2 changed files with 6 additions and 8 deletions

View File

@ -5,16 +5,15 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run glibc-devel
Add_dependency run popt
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mkdir -p ${DESTDIR}/usr/share/man
mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/share/man
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
rm -rf ${SRCPKGDESTDIR}/usr/share/man
}

View File

@ -1,13 +1,12 @@
# Template file for 'popt'
pkgname=popt
version=1.15
revision=1
version=1.16
distfiles="http://rpm5.org/files/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--disable-rpath"
short_desc="Command line option parsing library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=069b538e98f91a4564242ae0bd9c7486281452d009c560c4b98e7ef26a640bf3
checksum=e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8
long_desc="
The popt library exists essentially for parsing command line options.
Some specific advantages of popt are no global variables (allowing