mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libgssglue: update to 0.9
This commit is contained in:
parent
74ad199939
commit
dea9e9cd07
1 changed files with 12 additions and 5 deletions
|
@ -1,16 +1,23 @@
|
||||||
# Template file for 'libgssglue'
|
# Template file for 'libgssglue'
|
||||||
pkgname=libgssglue
|
pkgname=libgssglue
|
||||||
version=0.4
|
version=0.9
|
||||||
revision=8
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
conf_files="/etc/gssapi_mech.conf"
|
conf_files="/etc/gssapi_mech.conf"
|
||||||
|
hostmakedepends="automake libtool"
|
||||||
short_desc="Mechanism-switch gssapi library"
|
short_desc="Mechanism-switch gssapi library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://www.citi.umich.edu/projects/nfsv4/linux/"
|
homepage="https://gitlab.com/gsasl/libgssglue"
|
||||||
distfiles="$homepage/$pkgname/$pkgname-$version.tar.gz"
|
changelog="https://gitlab.com/gsasl/libgssglue/-/raw/master/NEWS"
|
||||||
checksum=3f791a75502ba723e5e85e41e5e0c711bb89e2716b7c0ec6e74bd1df6739043a
|
distfiles="https://gitlab.com/gsasl/libgssglue/-/archive/libgssglue-${version}/libgssglue-libgssglue-${version}.tar.gz"
|
||||||
|
checksum=a7a953f3d65f8f61772bf18a03f12ba9bdf3f0af8463063293194fe85f2d247d
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
touch ChangeLog
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vconf ${FILESDIR}/gssapi_mech.conf
|
vconf ${FILESDIR}/gssapi_mech.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue