working tenderloin firmware

This commit is contained in:
Mike Staszel 2011-12-18 12:27:18 -06:00
parent 37f296dcf4
commit 0c2338a50a
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,22 @@
# Maintainer: Mike Staszel <mikestaszel@archlinuxarm.org>
plugrel=1
noautobuild=1
pkgname=tenderloin-firmware
pkgver=3.0.4
pkgrel=1
pkgdesc="Firmware for the HP TouchPad - Tenderloin"
arch=('armv7h')
url="http://archlinuxarm.org"
license=('GPL')
depends=('glibc')
replaces=('linux-firmware')
source=(firmware.tar.gz)
md5sums=('b16904e023b46003d8cb2e3778159e8b')
options=(!strip)
package() {
mkdir $pkgdir/lib
tar -xzf $srcdir/firmware.tar.gz -C $pkgdir/lib/
}

Binary file not shown.