2013-01-13 18:56:19 +01:00
|
|
|
# Template file for 'rkill'
|
|
|
|
pkgname=rfkill
|
2013-05-17 06:36:04 +02:00
|
|
|
version=0.5
|
2013-01-13 18:56:19 +01: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 06:36:04 +02:00
|
|
|
distfiles="https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$version.tar.bz2"
|
|
|
|
checksum=3e160cca504a53679f2b3254f31c53a4fb38a021bc50fed8eb57a436d33dfa07
|
2013-04-14 11:53:56 +02:00
|
|
|
|
|
|
|
rfkill_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|