1 # Contributor: Jesus LAzaro Plaza <jesuslazaro84@gmail.com>
7 pkgdesc="A module for Linux Kernel 2.4/2.6 that allows change the status of wireless card's radio on Fujitsu-Siemens Amilo M 7440."
9 url="http://fsam7440.sourceforge.net/"
11 source=(http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
13 install=fsam7440.install
15 md5sums=('d7567212acb5aca03b7926bbfcf67721')
18 cd ${startdir}/src/${pkgname}-${pkgver}
20 make KDIR=/lib/modules/${_kernver}/build || return 1
22 make DEST=${startdir}/pkg/lib/modules/${_kernver}/kernel/net/wireless/ install