Build all firmware
This commit is contained in:
parent
b6f55bfb8d
commit
adcb14ee16
2 changed files with 6 additions and 11 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = linux-libre-firmware
|
pkgbase = linux-libre-firmware
|
||||||
pkgdesc = Firmware files for Linux-libre
|
pkgdesc = Firmware files for Linux-libre
|
||||||
pkgver = 1.1
|
pkgver = 1.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://jxself.org/firmware
|
url = https://jxself.org/firmware
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL2
|
license = GPL2
|
||||||
|
@ -9,6 +9,7 @@ pkgbase = linux-libre-firmware
|
||||||
provides = linux-firmware
|
provides = linux-firmware
|
||||||
conflicts = linux-firmware
|
conflicts = linux-firmware
|
||||||
conflicts = linux-firmware-git
|
conflicts = linux-firmware-git
|
||||||
|
options = !buildflags
|
||||||
source = https://jxself.org/firmware/linux-libre-firmware-1.1.tar.lz
|
source = https://jxself.org/firmware/linux-libre-firmware-1.1.tar.lz
|
||||||
source = https://jxself.org/firmware/linux-libre-firmware-1.1.tar.lz.asc
|
source = https://jxself.org/firmware/linux-libre-firmware-1.1.tar.lz.asc
|
||||||
validpgpkeys = F611A908FFA165C699584ED49D0DB31B545A3198
|
validpgpkeys = F611A908FFA165C699584ED49D0DB31B545A3198
|
||||||
|
|
14
PKGBUILD
14
PKGBUILD
|
@ -4,12 +4,13 @@
|
||||||
|
|
||||||
pkgname=linux-libre-firmware
|
pkgname=linux-libre-firmware
|
||||||
pkgver=1.1
|
pkgver=1.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Firmware files for Linux-libre'
|
pkgdesc='Firmware files for Linux-libre'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='https://jxself.org/firmware'
|
url='https://jxself.org/firmware'
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
makedepends=('arm-none-eabi-gcc')
|
makedepends=('arm-none-eabi-gcc')
|
||||||
|
options=('!buildflags')
|
||||||
provides=('linux-firmware')
|
provides=('linux-firmware')
|
||||||
conflicts=('linux-firmware'
|
conflicts=('linux-firmware'
|
||||||
'linux-firmware-git')
|
'linux-firmware-git')
|
||||||
|
@ -17,9 +18,7 @@ source=("https://jxself.org/firmware/${pkgname}-${pkgver}.tar.lz"
|
||||||
"https://jxself.org/firmware/${pkgname}-${pkgver}.tar.lz.asc")
|
"https://jxself.org/firmware/${pkgname}-${pkgver}.tar.lz.asc")
|
||||||
sha512sums=('4ef111f86e8a87bab31e02be171e09f47d71884f1737f5329e9dd07e9f799436d8ff2de5aa0b2cfb4bc921ed02bb2b59b9a1ea69176dcef5f902364d8725e75a'
|
sha512sums=('4ef111f86e8a87bab31e02be171e09f47d71884f1737f5329e9dd07e9f799436d8ff2de5aa0b2cfb4bc921ed02bb2b59b9a1ea69176dcef5f902364d8725e75a'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=(
|
validpgpkeys=('F611A908FFA165C699584ED49D0DB31B545A3198')
|
||||||
'F611A908FFA165C699584ED49D0DB31B545A3198' # Jason Self
|
|
||||||
)
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
# ln the arm-none-eabi- prefixed tools for av7110
|
# ln the arm-none-eabi- prefixed tools for av7110
|
||||||
|
@ -32,7 +31,7 @@ prepare() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}-${pkgver}/src"
|
cd "${pkgname}-${pkgver}/src"
|
||||||
make ath9k_htc av7110 cis dsp56k isci keyspan_pda openfwwf
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
@ -40,9 +39,4 @@ package() {
|
||||||
install -d -m755 "$pkgdir"/usr/lib/firmware
|
install -d -m755 "$pkgdir"/usr/lib/firmware
|
||||||
make prefix="${pkgdir}/usr/lib/firmware" install
|
make prefix="${pkgdir}/usr/lib/firmware" install
|
||||||
install -Dm644 WHENCE "${pkgdir}/usr/share/licenses/${pkgname}"
|
install -Dm644 WHENCE "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||||
cd ../bin
|
|
||||||
install -Dm644 carl9170-1.fw "$pkgdir"/usr/lib/firmware
|
|
||||||
install -Dm644 usbdux_firmware.bin "$pkgdir"/usr/lib/firmware
|
|
||||||
install -Dm644 usbduxfast_firmware.bin "$pkgdir"/usr/lib/firmware
|
|
||||||
install -Dm644 usbduxsigma_firmware.bin "$pkgdir"/usr/lib/firmware
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue