Inital commit
This commit is contained in:
42
custom-firmware/APKBUILD
Normal file
42
custom-firmware/APKBUILD
Normal file
@@ -0,0 +1,42 @@
|
||||
# Maintainer: Bram Prieshof <bram@bprieshof.nl>
|
||||
pkgname=custom-firmware
|
||||
pkgver=20211019
|
||||
pkgrel=0
|
||||
pkgdesc="custom firmware files for linux"
|
||||
url="https://git.bprieshof.nl/AlpinePKGS/custom-firmware"
|
||||
arch="all"
|
||||
license="custom:multiple"
|
||||
provides=""
|
||||
provider_priority=1
|
||||
options="!strip !check !archcheck !tracedeps !spdx"
|
||||
|
||||
|
||||
source="http://palosaari.fi/linux/v4l-dvb/firmware/MN88472/02/latest/dvb-demod-mn88472-02.fw
|
||||
https://www.linuxtv.org/downloads/firmware/dvb-usb-dib0700-1.20.fw"
|
||||
|
||||
subpackages="$pkgname-dib0700::noarch $pkgname-mn88472::noarch"
|
||||
|
||||
package() {
|
||||
mkdir -p ${pkgdir}
|
||||
}
|
||||
|
||||
dib0700 () {
|
||||
pkgdesc="Firmware for Dibcom dib0700"
|
||||
provider_priority=
|
||||
provides=
|
||||
depends=
|
||||
mkdir -p "$subpkgdir"/lib/firmware
|
||||
install -Dm 644 "$srcdir"/dvb-usb-dib0700-1.20.fw "$subpkgdir"/lib/firmware/
|
||||
}
|
||||
|
||||
mn88472 () {
|
||||
pkgdesc="Firmware for Panasonic MN88472"
|
||||
provider_priority=
|
||||
provides=
|
||||
depends=
|
||||
mkdir -p "$subpkgdir"/lib/firmware
|
||||
install -Dm 644 "$srcdir"/dvb-demod-mn88472-02.fw "$subpkgdir"/lib/firmware/
|
||||
}
|
||||
|
||||
sha512sums="0a15e71a8ed5eb012af3fea4b13f3c7c8b1b24fa4c74dee21b714da8d6f680e1036a5b22877a2aa9c681c6f252bd8b67629e9d8516d02e5ed1bc29b686391866 dvb-demod-mn88472-02.fw
|
||||
b9265a620f5e42d3daba60dbaa5f893d118bb1c4285e3f1612e6a9ac2661db911c1ecb36b2974409f2a8c591b5d21566e433db5178a2683c8cbb791504a8972d dvb-usb-dib0700-1.20.fw"
|
||||
Reference in New Issue
Block a user