Merge pull request #1728 from thypon/rfkillfix

rfkill: move to usr/bin.
This commit is contained in:
Andrea Brancaleoni 2015-06-02 22:03:43 +02:00
commit 420deb2180

View file

@ -1,11 +1,12 @@
# Template file for 'rkill' # Template file for 'rkill'
pkgname=rfkill pkgname=rfkill
version=0.5 version=0.5
revision=2 revision=3
build_style=gnu-makefile build_style=gnu-makefile
short_desc="Small tool to query the state of the rfkill switches, buttons and subsystem interfaces" short_desc="Tool for enabling and disabling wireless devices"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Public domain" license="Public domain"
homepage="http://wireless.kernel.org/en/users/Documentation/rfkill" homepage="http://wireless.kernel.org/en/users/Documentation/rfkill"
distfiles="https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$version.tar.bz2" distfiles="https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$version.tar.bz2"
checksum=3e160cca504a53679f2b3254f31c53a4fb38a021bc50fed8eb57a436d33dfa07 checksum=3e160cca504a53679f2b3254f31c53a4fb38a021bc50fed8eb57a436d33dfa07
make_install_args="SBINDIR=/usr/bin"