aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pam-rundir/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pam-rundir/APKBUILD')
-rw-r--r--testing/pam-rundir/APKBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/pam-rundir/APKBUILD b/testing/pam-rundir/APKBUILD
deleted file mode 100644
index 8206d220992..00000000000
--- a/testing/pam-rundir/APKBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Contributor: Jakub Jirutka <jakub@jirutka.cz>
-# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
-pkgname=pam-rundir
-_projname=pam_rundir
-pkgver=0_git20170920
-_gitrev=43e71edf8474b28e5006b615e2f6740b66d78443
-pkgrel=1
-pkgdesc="Provides user runtime directory (XDG_RUNTIME_DIR) on Linux systems"
-url="https://github.com/jjk-jacky/pam_rundir"
-arch="all"
-license="GPL-2.0-or-later"
-makedepends="linux-pam-dev cmd:pod2man"
-subpackages="$pkgname-doc"
-source="https://github.com/jjk-jacky/pam_rundir/archive/$_gitrev/$_projname-$_gitrev.tar.gz
- fix-equal-bug-pr5.patch
- "
-builddir="$srcdir/$_projname-$_gitrev"
-options="!check" # no tests provided
-
-build() {
- ./configure --prefix=/usr
- make
-}
-
-package() {
- make install DESTDIR="$pkgdir"
-}
-
-sha512sums="
-3703cdce7fb68aca3f134c75603b2a40b54a2d2d6b71d6e7a8f7e7cbc6a2f95da33f0946ecf6e53d76c834503edddb72e45e2def2bec505255cf4901461af21a pam_rundir-43e71edf8474b28e5006b615e2f6740b66d78443.tar.gz
-839686104f3b5840ee6ffa8bc518b5e7636d80af6c01fbe91406addb529600f9ba8b5885fd9595ebeabeaff419d6c5ee71e8de5ea36c0ce9db8997fdd8d20c99 fix-equal-bug-pr5.patch
-"