Not available anymore upstream

This commit is contained in:
Manuel 2013-05-22 17:53:46 +00:00
parent 74521220cb
commit c502a4d769
2 changed files with 0 additions and 48 deletions

View File

@ -1,25 +0,0 @@
# Core packages for Chakra
pkgname=ipw2100-fw
pkgver=1.3
pkgrel=6
pkgdesc="Intel Centrino Drivers firmware for IPW2100"
arch=('any')
url="http://ipw2100.sourceforge.net/"
license=('custom')
depends=()
replaces=('ipw2100')
source=(http://bughost.org/firmware/${pkgname}-${pkgver}.tgz)
md5sums=('46aa75bcda1a00efa841f9707bbbd113')
package() {
cd "${srcdir}"
# Install firmware
for i in *.fw
do
install -D -m 644 $i "${pkgdir}/usr/lib/firmware/$i"
done
# Install license
install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}

View File

@ -1,23 +0,0 @@
# Core packages for Chakra
pkgname=ipw2200-fw
pkgver=3.1
pkgrel=4
pkgdesc="Firmware for the Intel PRO/Wireless 2200BG"
arch=('any')
url='http://ipw2200.sourceforge.net/'
license=('custom')
depends=()
source=(http://bughost.org/firmware/${pkgname}-${pkgver}.tgz)
replaces=('ipw2200')
md5sums=('eaba788643c7cc7483dd67ace70f6e99')
package() {
cd "${srcdir}/ipw2200-fw-${pkgver}"
# Install firmware
for i in ipw*.fw; do
install -D -m 644 $i "${pkgdir}/usr/lib/firmware/$i"
done
# Install license
install -D -m 644 LICENSE.ipw2200-fw "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}