From 40aaeef005e5b59ef4cc4156dd9bddcc7394a8ac Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Wed, 14 Feb 2024 18:01:37 -0500 Subject: [PATCH] libgssglue: update to 0.9 --- srcpkgs/libgssglue/template | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libgssglue/template b/srcpkgs/libgssglue/template index 180fd95cd5db5..ddb5dc7f93483 100644 --- a/srcpkgs/libgssglue/template +++ b/srcpkgs/libgssglue/template @@ -1,16 +1,23 @@ # Template file for 'libgssglue' pkgname=libgssglue -version=0.4 -revision=8 +version=0.9 +revision=1 build_style=gnu-configure configure_args="--disable-static" conf_files="/etc/gssapi_mech.conf" +hostmakedepends="automake libtool" short_desc="Mechanism-switch gssapi library" maintainer="Orphaned " license="BSD-3-Clause" -homepage="http://www.citi.umich.edu/projects/nfsv4/linux/" -distfiles="$homepage/$pkgname/$pkgname-$version.tar.gz" -checksum=3f791a75502ba723e5e85e41e5e0c711bb89e2716b7c0ec6e74bd1df6739043a +homepage="https://gitlab.com/gsasl/libgssglue" +changelog="https://gitlab.com/gsasl/libgssglue/-/raw/master/NEWS" +distfiles="https://gitlab.com/gsasl/libgssglue/-/archive/libgssglue-${version}/libgssglue-libgssglue-${version}.tar.gz" +checksum=a7a953f3d65f8f61772bf18a03f12ba9bdf3f0af8463063293194fe85f2d247d + +pre_configure() { + touch ChangeLog + autoreconf -fi +} post_install() { vconf ${FILESDIR}/gssapi_mech.conf