From 0883a17f52ad159fe1c3b2acfa1bd8615daeb8e1 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 19 Aug 2017 20:25:49 -0500 Subject: user/rfkill: new package --- user/rfkill/APKBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 user/rfkill/APKBUILD (limited to 'user/rfkill/APKBUILD') diff --git a/user/rfkill/APKBUILD b/user/rfkill/APKBUILD new file mode 100644 index 000000000..3e2cad165 --- /dev/null +++ b/user/rfkill/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: A. Wilcox +# Maintainer: A. Wilcox +pkgname=rfkill +pkgver=0.5 +pkgrel=0 +pkgdesc="Tool to query the state of the rfkill switches and buttons" +url="https://wireless.wiki.kernel.org/en/users/Documentation/rfkill" +arch="all" +license="GPL" +depends="" +makedepends="" +install="" +options="!check" +subpackages="$pkgname-doc" +source="https://www.kernel.org/pub/software/network/rfkill/rfkill-$pkgver.tar.xz" + +build() { + cd "$builddir" + make +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} + +sha512sums="6ad4d28e7bf7ec69ec6a600cd774b7b3c60e85849ae3fca0f5509ed6a283ed5656d37cfd770df45ff1ceca59edd814807d116b30e199fca303baf496441419d7 rfkill-0.5.tar.xz" -- cgit v1.2.3-60-g2f50