diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core/tiacx-firmware/PKGBUILD | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core/tiacx-firmware/PKGBUILD')
-rw-r--r-- | abs/core/tiacx-firmware/PKGBUILD | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/abs/core/tiacx-firmware/PKGBUILD b/abs/core/tiacx-firmware/PKGBUILD index d16c818..1479cf5 100644 --- a/abs/core/tiacx-firmware/PKGBUILD +++ b/abs/core/tiacx-firmware/PKGBUILD @@ -1,20 +1,22 @@ -# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $ -# Maintainer: James Rayner <iphitus@gmail.com> +# $Id: PKGBUILD 59442 2009-11-23 23:27:25Z giovanni $ +# Maintainer: Tobias Powalowski <tpowa@archlinux.org> +# Contributor: Giovanni Scafora <giovanni@archlinux.org> pkgname=tiacx-firmware pkgver=2 -pkgrel=1 +pkgrel=2 pkgdesc="Firmware for Texas Instruments ACX100/ACX111 wireless chips." -arch=('i686' 'x86_64') +arch=('any') url="http://acx100.sourceforge.net/" license=('MPL') install=tiacx-firmware.install -source=(http://www.kazer.org/acx-firmware-20060207.tar.bz2) +depends=() +source=(ftp://ftp.archlinux.org/other/tiacx-firmware/acx-firmware-20060207.tar.bz2) +md5sums=('b8efea38c2c598190604dfa297cc9675') build() { - mkdir -p $startdir/pkg/usr/share - cp -r fw $startdir/pkg/usr/share/tiacx - find $startdir/pkg -type d -exec chmod 755 {} \; - find $startdir/pkg -type f -exec chmod 644 {} \; + 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 {} \; } -md5sums=('b8efea38c2c598190604dfa297cc9675') |