Skip to content
Snippets Groups Projects
Commit 77897932 authored by Natanael Copa's avatar Natanael Copa
Browse files

testing/apache-mod-auth-gssapi: new aport

GSSAPI Authentication module for Apache
https://github.com/modauthgssapi/mod_auth_gssapi
parent 8cae7d37
No related branches found
No related tags found
No related merge requests found
# Maintainer:
pkgname=apache-mod-auth-gssapi
pkgver=1.6.1
pkgrel=0
pkgdesc="GSSAPI Authentication module for Apache"
url="https://github.com/modauthgssapi/mod_auth_gssapi"
arch="all"
license="MIT"
depends="apache2"
makedepends="apache2-dev krb5-dev"
source="https://github.com/modauthgssapi/mod_auth_gssapi/releases/download/v$pkgver/mod_auth_gssapi-$pkgver.tar.gz"
builddir="$srcdir"/mod_auth_gssapi-$pkgver
build() {
cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr
make
}
package() {
cd "$builddir"
mkdir -p "$pkgdir"/etc/apache2/conf.d \
"$pkgdir"/usr/lib/apache2
install -D -m755 ./src/.libs/*.so "$pkgdir"/usr/lib/apache2
echo "LoadModule auth_gssapi_module modules/mod_auth_gssapi.so" \
> "$pkgdir"/etc/apache2/conf.d/mod-auth-gssapi.conf
}
sha512sums="56b770124826b3fe33af8b7022a4c16f979c7f25cb40a0f0c6320beb9ecc0add96f1586fddc6998551cefdaef366ab798346f69db823a3bf607ca9dc561c1f60 mod_auth_gssapi-1.6.1.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment