aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pam-krb5
diff options
context:
space:
mode:
authorScrumpyJack <scrumpyjack@st.ilet.to>2016-10-19 14:03:37 +0000
committerTimo Teräs <timo.teras@iki.fi>2016-11-04 08:37:26 +0000
commit7e5c4af56627274ccbc861b020556421cec4b3e1 (patch)
treec07eac638dd5e6ff34e06549d48aab385aee5fa6 /testing/pam-krb5
parent88d066c28421913ad34c7473f7d2d30b8732417c (diff)
testing/pam-krb5: new aport
PAM module providing Kerberos v5 support http://www.eyrie.org/~eagle/software/pam-krb5
Diffstat (limited to 'testing/pam-krb5')
-rw-r--r--testing/pam-krb5/APKBUILD34
1 files changed, 34 insertions, 0 deletions
diff --git a/testing/pam-krb5/APKBUILD b/testing/pam-krb5/APKBUILD
new file mode 100644
index 00000000000..5b88d7614af
--- /dev/null
+++ b/testing/pam-krb5/APKBUILD
@@ -0,0 +1,34 @@
+# Contributor: ScrumpyJack <scrumpyjack@st.ilet.to>
+# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
+pkgname=pam-krb5
+pkgver=4.7
+pkgrel=0
+pkgdesc="PAM module providing Kerberos v5 support"
+url="http://www.eyrie.org/~eagle/software/pam-krb5"
+arch="all"
+license="custom"
+depends=""
+makedepends="krb5-dev linux-pam-dev"
+install=""
+subpackages="$pkgname-doc"
+source="http://archives.eyrie.org/software/kerberos/$pkgname-$pkgver.tar.gz"
+builddir="$srcdir/${pkgname}-${pkgver}"
+
+build() {
+ cd "$builddir"
+ ./configure \
+ --prefix=/usr \
+ --enable-reduced-depends \
+ --libdir=/usr/lib || return 1
+ make || return 1
+}
+
+package() {
+ cd "$builddir"
+ make DESTDIR="$pkgdir" install
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+md5sums="bc18403652b29d51f92e02582b15105a pam-krb5-4.7.tar.gz"
+sha256sums="9b4ff52d0456939a0fe6d6676a965a6c2351d9f2c011de8402bfc12c547a7412 pam-krb5-4.7.tar.gz"
+sha512sums="b6f5a4788a4e809f21ef3e89fff50c76679ac8e7d10bc2617275e06e84ce7bd8a02089ff7682ec64827d45409c968c469a0dca730d676ad2db082e09b9dd31ce pam-krb5-4.7.tar.gz"