aboutsummaryrefslogtreecommitdiffstats
path: root/community/libgss/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libgss/APKBUILD')
-rw-r--r--community/libgss/APKBUILD23
1 files changed, 10 insertions, 13 deletions
diff --git a/community/libgss/APKBUILD b/community/libgss/APKBUILD
index ed95f173f4d..0d26519380d 100644
--- a/community/libgss/APKBUILD
+++ b/community/libgss/APKBUILD
@@ -1,26 +1,21 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
+# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=libgss
-pkgver=1.0.3
-pkgrel=0
+pkgver=1.0.4
+pkgrel=1
pkgdesc="An implementation of the Generic Security Service Application Program Interface"
url="https://www.gnu.org/software/gss/"
arch="all"
-license="GPL-3.0-or-later"
-depends_dev="pkgconfig"
+license="( LGPL-3.0-or-later OR GPL-2.0-or-later ) AND GPL-3.0-or-later"
makedepends="$depends_dev"
subpackages="$pkgname-dev $pkgname-doc"
source="https://ftp.gnu.org/gnu/gss/gss-$pkgver.tar.gz"
builddir="$srcdir/gss-$pkgver"
-prepare() {
- default_prepare
-
- update_config_sub
- update_config_guess
-}
-
build() {
+ # gnulib is a fantastic piece of software! really brings back the 90's
+ # nostalgia
+ export GNULIBHEADERS_OVERRIDE_WINT_T=0
./configure \
--prefix=/usr \
--sysconfdir=/etc \
@@ -39,4 +34,6 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="16a43e23d681276a0143ce1731e9a5fa7d4ddb98b4c8027921d2a09e60eeee850960030fa3dfebdd66052e71444ccad1269e645a426e408a97bb020bf7bcb19c gss-1.0.3.tar.gz"
+sha512sums="
+9cab60212faf064bf6b1122cee3596d438e75dbbf495621b577407c43dc186f8c897cecfe0aff600c4ecbfdba0cfc1b35ee94105b21b49efa35a0b98c0b3360e gss-1.0.4.tar.gz
+"