void-packages/srcpkgs/rfkill/template

18 lines
547 B
Text
Raw Normal View History

2013-01-13 17:56:19 +00:00
# Template file for 'rkill'
pkgname=rfkill
2013-05-17 04:36:04 +00:00
version=0.5
2013-01-13 17:56:19 +00:00
revision=1
build_style=gnu-makefile
short_desc="Small tool to query the state of the rfkill switches, buttons and subsystem interfaces"
maintainer="tripledes <tripledes@gmail.com>"
license="Public domain"
homepage="http://wireless.kernel.org/en/users/Documentation/rfkill"
2013-05-17 04:36:04 +00:00
distfiles="https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$version.tar.bz2"
checksum=3e160cca504a53679f2b3254f31c53a4fb38a021bc50fed8eb57a436d33dfa07
rfkill_package() {
pkg_install() {
vmove usr
}
}