[aur-requests] [PRQ#3103] Orphan Request for mod_auth_gssapi
notify at aur.archlinux.org
notify at aur.archlinux.org
Wed Apr 22 10:31:51 UTC 2015
mober [1] filed a orphan request for mod_auth_gssapi [2]:
Because I try to use the mod_auth I was following the upstream
git-repo and saw that there are newer versions available. Therefore I
updated the PKGBUILD:
pkgname=mod_auth_gssapi
pkgver=1.2.0
pkgrel=1
pkgdesc="A Kerberos authentication module for the Apache Http Server"
arch=('i686' 'x86_64')
url="https://github.com/modauthgssapi/mod_auth_gssapi"
license=('custom')
depends=('apache>=2.4' 'krb5>=1.11')
source=("git://github.com/modauthgssapi/mod_auth_gssapi#tag=v$pkgver")
sha256sums=('SKIP')
pkgver() {
cd $pkgname
git describe --tags | sed 's/^v//; s/-/.r/; s/-/./'
}
prepare() {
cd $pkgname
autoreconf -fi
}
build() {
cd $pkgname
./configure --prefix=/usr
make
}
package() {
cd $pkgname
#make DESTDIR="$pkgdir" install
install -Dm0755 "src/.libs/mod_auth_gssapi.so" \
"$pkgdir/usr/lib/httpd/modules/mod_auth_gssapi.so"
install -Dm0644 "COPYING" \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
[1] https://aur.archlinux.org/account/mober/
[2] https://aur.archlinux.org/pkgbase/mod_auth_gssapi/
More information about the aur-requests
mailing list