aboutsummaryrefslogtreecommitdiffstats
path: root/testing/physlock
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2016-08-17 00:11:59 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2016-08-17 00:11:59 +0200
commit4b40f20ff75788d041b4a4e4be9ef98611c96f20 (patch)
tree920d5108d790f9f98495e22d2e24c37912abc66c /testing/physlock
parent03a9fe9ad4ab48b474a171cc4759ea439e0bf480 (diff)
downloadaports-4b40f20ff75788d041b4a4e4be9ef98611c96f20.tar.bz2
aports-4b40f20ff75788d041b4a4e4be9ef98611c96f20.tar.xz
testing/physlock: remove aport
Version >= 0.5 relies on a utmp file. Since musl doesn't support utmp we won't be able to upgrade this aport in the future. Thus removing it seems to be the best option.
Diffstat (limited to 'testing/physlock')
-rw-r--r--testing/physlock/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/physlock/APKBUILD b/testing/physlock/APKBUILD
deleted file mode 100644
index efa9d46882..0000000000
--- a/testing/physlock/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
-# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
-pkgname=physlock
-pkgver=0.4.5
-pkgrel=0
-pkgdesc="Lightweight linux console locking tool"
-url="https://github.com/muennich/physlock"
-arch="all"
-license="GPL2"
-depends=""
-depends_dev=""
-makedepends="linux-headers"
-install=""
-subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/muennich/physlock/archive/v${pkgver}.tar.gz"
-options="suid"
-
-_builddir="$srcdir"/$pkgname-$pkgver
-build() {
- make PREFIX="/usr" \
- -C "$_builddir"
-}
-
-package() {
- make DESTDIR="$pkgdir" PREFIX="/usr" \
- -C "$_builddir" install
-}
-
-md5sums="5b39391638375c680599779aeee65569 physlock-0.4.5.tar.gz"
-sha256sums="5ddb42553142c5e2b8744d086bb8f5bf131a29fc58b8886e825b80e6a456961c physlock-0.4.5.tar.gz"
-sha512sums="ab2e71bdc0004d97e3742cf8155602c036dafa22156147cc3cd4050c1665e54d4ca04ee8dc1f763e6369a5d6592524cbc8e10c56870905a1b13385640f4ec476 physlock-0.4.5.tar.gz"