mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
Merge pull request #1728 from thypon/rfkillfix
rfkill: move to usr/bin.
This commit is contained in:
commit
420deb2180
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue