# Packager: Phill Watkins pkgname=rfkill pkgver=0.4 pkgrel=1pw #arch=noarch source=("http://wireless.kernel.org/download/rfkill/rfkill-$pkgver.tar.bz2") sourcetemplate=http://people.salixos.org/pwatk/packages/n/$pkgname/$pkgver docs=("COPYING" "README") url=http://wireless.kernel.org/en/users/Documentation/rfkill #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "rfkill (A tool to query the state of RF kill switches)" "The rfkill subsystem provides a generic interface to disabling any" "radio transmitter in the system. When a transmitter is blocked, it" "shall not radiate any power." "" "The subsystem also provides the ability to react on button presses and" "disable all transmitters of a certain type (or all). This is intended" "for situations where transmitters need to be turned off, for example" "on aircraft." ) build() { set -e cd $startdir/src/$pkgname-$pkgver make make install \ DESTDIR=$startdir/pkg \ MANDIR=/usr/man set +e }