diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-02 15:46:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-02 15:46:52 +0000 |
commit | 608fff75560b806c610ee25acb4c62682b3286b4 (patch) | |
tree | 9aa0d76733892d4bdf1c82f7c2f6d9b627224ace /testing | |
parent | a3000292c2ad297acb9247c17009c9f380cfdc4c (diff) | |
download | aports-608fff75560b806c610ee25acb4c62682b3286b4.tar.bz2 aports-608fff75560b806c610ee25acb4c62682b3286b4.tar.xz |
testing/iwlwifi-3945-ucode: new aport
Intel (R) PRO/Wireless 3945ABG Network Connection Microcode
http://intellinuxwireless.org/?p=iwlwifi
ref #274, #301
Diffstat (limited to 'testing')
-rw-r--r-- | testing/iwlwifi-3945-ucode/APKBUILD | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/iwlwifi-3945-ucode/APKBUILD b/testing/iwlwifi-3945-ucode/APKBUILD new file mode 100644 index 0000000000..4d129cd3b1 --- /dev/null +++ b/testing/iwlwifi-3945-ucode/APKBUILD @@ -0,0 +1,29 @@ +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +pkgname=iwlwifi-3945-ucode +pkgver=15.32.2.9 +pkgrel=0 +pkgdesc="Intel (R) PRO/Wireless 3945ABG Network Connection Microcode" +url="http://intellinuxwireless.org/?p=iwlwifi" +license="custom" +depends= +makedepends= +install= +subpackages="$pkgname-doc" +source="http://intellinuxwireless.org/iwlwifi/downloads/$pkgname-$pkgver.tgz" + +_builddir="$srcdir"/$pkgname-$pkgver +build() { + return 0 +} + +package() { + cd "$_builddir" + install -d "$pkgdir"/lib/firmware \ + "$pkgdir"/usr/share/doc/$pkgname \ + "$pkgdir"/usr/share/licenses/$pkgname + install iwlwifi-*.ucode "$pkgdir"/lib/firmware/ + install -m644 README.* "$pkgdir"/usr/share/doc/$pkgname/ + install -m644 LICENSE.* "$pkgdir"/usr/share/licenses/$pkgname/ +} + +md5sums="d99a75ab1305d1532a09471b2f9a547a iwlwifi-3945-ucode-15.32.2.9.tgz" |