aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mod_auth_cas/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-08 18:39:45 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-07 08:20:37 -0300
commit145ac42317d80b169a6c0620be2bea5ad707ea33 (patch)
tree0962666dcc0262e5ac4e9dfb9d10d6459dbfda1a /testing/mod_auth_cas/APKBUILD
parent030f5cfa916da4aa9d0ef7e2a229d187bbba2aeb (diff)
downloadaports-145ac42317d80b169a6c0620be2bea5ad707ea33.tar.bz2
aports-145ac42317d80b169a6c0620be2bea5ad707ea33.tar.xz
unmaintained/mod_auth_cas: move from testing
Diffstat (limited to 'testing/mod_auth_cas/APKBUILD')
-rw-r--r--testing/mod_auth_cas/APKBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/testing/mod_auth_cas/APKBUILD b/testing/mod_auth_cas/APKBUILD
deleted file mode 100644
index 0df9c31264..0000000000
--- a/testing/mod_auth_cas/APKBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contributor: Carlo Landmeter <clandmeter@gmail.com>
-# Maintainer:
-pkgname=mod_auth_cas
-pkgver=1.2
-pkgrel=0
-pkgdesc="An Apache httpd module for integrating with Apereo (JASIG) CAS Server project"
-url="https://www.apereo.org/projects/cas"
-arch="all"
-license="Apache-2.0"
-makedepends="apache2-dev curl-dev pcre-dev"
-source="
- mod_auth_cas-$pkgver.tar.gz::https://github.com/Jasig/mod_auth_cas/archive/v$pkgver.tar.gz
- remove-error.h.patch
- "
-
-build() {
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var
- make
-}
-
-check() {
- make check
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="e1ca75493ba6132c2c3d4d888bc3f25ad9674441d1f89fada64db515f4faf899ce655c1c09b0f6a4cd6169d6ac7d16901e062aa7cacd3b95ecfcd5d8ea030b6d mod_auth_cas-1.2.tar.gz
-7e0d9dd6022e8a6243ca8650e189d3ca2a35301d9966cb7e3a31b99348d6b2cd3c3f75910fd8ea891c9f5f0ba89d1a047223b72ebcd9844121228e5909868679 remove-error.h.patch"