~alpine/aports

[alpine-aports] [PATCH] testing/physlock: new aport

Details
Message ID
<1439533591-13608-1-git-send-email-soeren+git@soeren-tempel.net>
Sender timestamp
1439533591
DKIM signature
missing
Download raw message
Patch: +31 -0
---
 testing/physlock/APKBUILD | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 testing/physlock/APKBUILD

diff --git a/testing/physlock/APKBUILD b/testing/physlock/APKBUILD
new file mode 100644
index 0000000..efa9d46
--- /dev/null
+++ b/testing/physlock/APKBUILD
@@ -0,0 +1,31 @@
# 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"
-- 
2.5.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)