diff options
author | root <root@rshg054.dnsready.net> | 2013-10-21 01:08:10 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-21 01:08:10 -0700 |
commit | 61f20cbeb90ac877764e14b7c4e1c5c08b3e5383 (patch) | |
tree | 8fb05b655ad5450c255af4dfd869ea29756bdad5 /libre-testing/linux-libre-firmware | |
parent | 6f2775d967e6db730957ea986826945c408431c3 (diff) |
Mon Oct 21 01:07:41 PDT 2013
Diffstat (limited to 'libre-testing/linux-libre-firmware')
-rw-r--r-- | libre-testing/linux-libre-firmware/PKGBUILD | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/libre-testing/linux-libre-firmware/PKGBUILD b/libre-testing/linux-libre-firmware/PKGBUILD deleted file mode 100644 index 23ab691aa..000000000 --- a/libre-testing/linux-libre-firmware/PKGBUILD +++ /dev/null @@ -1,59 +0,0 @@ -# Maintainer: André Silva <emulatorman@lavabit.com> -# Contributor: Márcio Silva <coadde@lavabit.com> - -pkgname=linux-libre-firmware -pkgver=3.11 -pkgrel=1 -pkgdesc='Free firmware files for Linux-libre' -arch=('any') -url=('http://linux-libre.fsfla.org/') -license=('GPL2') -depends=('ath9k-htc-firmware') -provides=('linux-firmware' - 'kernel26-firmware=2.6.34.99') -conflicts=('linux-firmware' - 'linux-firmware-git' - 'kernel26-firmware' - 'ar9170-fw' - 'iwlwifi-1000-ucode' - 'iwlwifi-3945-ucode' - 'iwlwifi-4965-ucode' - 'iwlwifi-5000-ucode' - 'iwlwifi-5150-ucode' - 'iwlwifi-6000-ucode' - 'rt2870usb-fw' - 'rt2x00-rt61-fw' - 'rt2x00-rt71w-fw') -replaces=('linux-firmware' - 'kernel26-firmware' - 'ar9170-fw' - 'iwlwifi-1000-ucode' - 'iwlwifi-3945-ucode' - 'iwlwifi-4965-ucode' - 'iwlwifi-5000-ucode' - 'iwlwifi-5150-ucode' - 'iwlwifi-6000-ucode' - 'rt2870usb-fw' - 'rt2x00-rt61-fw' - 'rt2x00-rt71w-fw') -source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/$pkgver-gnu/linux-libre-$pkgver-gnu.tar.xz") -md5sums=('7ec84223c7adcf01a5287eb7af96b7e7') - -package() { - - # create firmware folder to put the free firmware files there - install -d -m755 $pkgdir/usr/lib/firmware - - cd $srcdir/linux-$pkgver - - # compile free firmware files - make INSTALL_FW_PATH=$pkgdir/usr/lib/firmware firmware_install - - # create licenses folder to put the licenses files there - install -d -m755 $pkgdir/usr/share/licenses/$pkgname - - # move WHENCE file to linux-firmware license folder - cd $srcdir/linux-$pkgver - install -m644 firmware/WHENCE $pkgdir/usr/share/licenses/$pkgname - -} |