popt: update to 1.16.
This commit is contained in:
parent
e0d6dc5655
commit
e11df2a6aa
2 changed files with 6 additions and 8 deletions
|
@ -5,16 +5,15 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
Add_dependency run glibc-devel
|
||||||
|
|
||||||
Add_dependency run popt
|
Add_dependency run popt
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/share/man
|
||||||
mkdir -p ${DESTDIR}/usr/share/man
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
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
|
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
|
||||||
rm -rf ${SRCPKGDESTDIR}/usr/share/man
|
rm -rf ${SRCPKGDESTDIR}/usr/share/man
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'popt'
|
# Template file for 'popt'
|
||||||
pkgname=popt
|
pkgname=popt
|
||||||
version=1.15
|
version=1.16
|
||||||
revision=1
|
|
||||||
distfiles="http://rpm5.org/files/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://rpm5.org/files/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-rpath"
|
configure_args="--disable-rpath"
|
||||||
short_desc="Command line option parsing library"
|
short_desc="Command line option parsing library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=069b538e98f91a4564242ae0bd9c7486281452d009c560c4b98e7ef26a640bf3
|
checksum=e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8
|
||||||
long_desc="
|
long_desc="
|
||||||
The popt library exists essentially for parsing command line options.
|
The popt library exists essentially for parsing command line options.
|
||||||
Some specific advantages of popt are no global variables (allowing
|
Some specific advantages of popt are no global variables (allowing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue