mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
popt: update to 1.19.
This commit is contained in:
parent
5df63572d6
commit
7b47908cd6
1 changed files with 6 additions and 5 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'popt'
|
# Template file for 'popt'
|
||||||
pkgname=popt
|
pkgname=popt
|
||||||
version=1.18
|
version=1.19
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="autoconf tar automake libtool gettext-devel"
|
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>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://rpm.org/"
|
homepage="https://github.com/rpm-software-management/popt"
|
||||||
distfiles="http://ftp.rpm.org/popt/releases/popt-1.x/popt-${version}.tar.gz"
|
changelog="https://github.com/rpm-software-management/popt/releases"
|
||||||
checksum=5159bc03a20b28ce363aa96765f37df99ea4d8850b1ece17d1e6ad5c24fdc5d1
|
distfiles="https://ftp.osuosl.org/pub/rpm/popt/releases/popt-1.x/popt-${version}.tar.gz"
|
||||||
|
checksum=c25a4838fc8e4c1c8aacb8bd620edb3084a3d63bf8987fdad3ca2758c63240f9
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
@ -20,7 +21,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
popt-devel_package() {
|
popt-devel_package() {
|
||||||
depends="popt>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue