From 925a071a41e4d53f76dd28cd4955265cb76c369a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 20 Feb 2024 08:21:18 +0700 Subject: [PATCH] libgssglue: update to 0.9. --- srcpkgs/libgssglue/template | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libgssglue/template b/srcpkgs/libgssglue/template index 180fd95cd5db5..2c32800cf7165 100644 --- a/srcpkgs/libgssglue/template +++ b/srcpkgs/libgssglue/template @@ -1,16 +1,24 @@ # 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/" +homepage="https://gitlab.com/gsasl/libgssglue" distfiles="$homepage/$pkgname/$pkgname-$version.tar.gz" -checksum=3f791a75502ba723e5e85e41e5e0c711bb89e2716b7c0ec6e74bd1df6739043a +distfiles="${DEBIAN_SITE}/main/libg/libgssglue/libgssglue_${version}.orig.tar.gz" +# distfiles="https://gitlab.com/gsasl/libgssglue/uploads/7310f7060cdf240a4b8eaaf80a435986/libgssglue-${version}.tar.gz" +checksum=82b9334e2cc0e30d39cddf8c018fac5a7cc5eda507beaced05eb35defe7f6867 + +pre_configure() { + touch ChangeLog + autoreconf -fi +} post_install() { vconf ${FILESDIR}/gssapi_mech.conf