popt: update to 1.19.
This commit is contained in:
parent
5df63572d6
commit
7b47908cd6
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'popt'
|
||||
pkgname=popt
|
||||
version=1.18
|
||||
version=1.19
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="autoconf tar automake libtool gettext-devel"
|
||||
short_desc="Command line option parsing library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://rpm.org/"
|
||||
distfiles="http://ftp.rpm.org/popt/releases/popt-1.x/popt-${version}.tar.gz"
|
||||
checksum=5159bc03a20b28ce363aa96765f37df99ea4d8850b1ece17d1e6ad5c24fdc5d1
|
||||
homepage="https://github.com/rpm-software-management/popt"
|
||||
changelog="https://github.com/rpm-software-management/popt/releases"
|
||||
distfiles="https://ftp.osuosl.org/pub/rpm/popt/releases/popt-1.x/popt-${version}.tar.gz"
|
||||
checksum=c25a4838fc8e4c1c8aacb8bd620edb3084a3d63bf8987fdad3ca2758c63240f9
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
|
@ -20,7 +21,7 @@ post_install() {
|
|||
}
|
||||
|
||||
popt-devel_package() {
|
||||
depends="popt>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue