popt: update to 1.18.
This commit is contained in:
parent
2a1b06c658
commit
472e6a0a8d
1 changed files with 9 additions and 6 deletions
|
@ -1,16 +1,19 @@
|
||||||
# Template file for 'popt'
|
# Template file for 'popt'
|
||||||
pkgname=popt
|
pkgname=popt
|
||||||
version=1.16
|
version=1.18
|
||||||
revision=7
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="autoconf tar automake libtool gettext-devel"
|
||||||
short_desc="Command line option parsing library"
|
short_desc="Command line option parsing library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
homepage="http://rpm5.org"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
#distfiles="http://rpm5.org/files/$pkgname/$pkgname-$version.tar.gz"
|
homepage="https://rpm.org/"
|
||||||
distfiles="https://fossies.org/linux/misc/popt-1.16.tar.gz"
|
distfiles="http://ftp.rpm.org/popt/releases/popt-1.x/popt-${version}.tar.gz"
|
||||||
checksum=e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8
|
checksum=5159bc03a20b28ce363aa96765f37df99ea4d8850b1ece17d1e6ad5c24fdc5d1
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in a new issue