mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
working tenderloin firmware
This commit is contained in:
parent
37f296dcf4
commit
0c2338a50a
2 changed files with 22 additions and 0 deletions
22
core/tenderloin-firmware/PKGBUILD
Executable file
22
core/tenderloin-firmware/PKGBUILD
Executable 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/
|
||||||
|
}
|
BIN
core/tenderloin-firmware/firmware.tar.gz
Normal file
BIN
core/tenderloin-firmware/firmware.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in a new issue