# # Core Packages for Chakra, part of chakra-project.org # # maintainer abveritas[at]chakra-project[dot]org> pkgname=tiacx-firmware pkgver=2 pkgrel=3 pkgdesc="Firmware for Texas Instruments ACX100/ACX111 wireless chips." arch=('any') url="http://acx100.sourceforge.net/" license=('MPL') install=tiacx-firmware.install source=(ftp://ftp.archlinux.org/other/tiacx-firmware/acx-firmware-20060207.tar.bz2) #source=("http://sourceforge.net/projects/acx100/files/acx100_old/20080210/acx-20080210.tar.bz2" md5sums=('b8efea38c2c598190604dfa297cc9675') build() { install -d ${pkgdir}/usr/share cp -r fw "${pkgdir}/usr/share/tiacx" find ${pkgdir} -type d -exec chmod 755 {} \; find ${pkgdir} -type f -exec chmod 644 {} \; }