1eff900dcb
For most firmware packages we use a vendor- prefix to make it clear who has provided the firmware. The firmware-rtl8723bt package is only used for Pine64 devices and actually contains configs that are specific to Pine64 hardware (e.g. rtl8723bs_config-pine64.bin). Let's rename it to firmware-pine64-rtl8723bt to make this more clear. Also cleanup the APKBUILD a bit and provide the LICENSE file in a -doc subpackage so we can legally redistribute that firmware.
23 lines
906 B
Text
23 lines
906 B
Text
pkgname=firmware-pine64-rtl8723bt
|
|
pkgver=0_git20181104
|
|
pkgrel=0
|
|
pkgdesc="Firmware for rtl8723bs and rtl8723cs"
|
|
url="https://github.com/anarsoul/rtl8723bt-firmware/"
|
|
subpackages="$pkgname-doc"
|
|
arch="aarch64"
|
|
license="proprietary"
|
|
options="!check !strip !archcheck"
|
|
_commit="39da5959deff5041160fa85e62dddb89066471b3"
|
|
source="$pkgname-$_commit.tar.gz::https://github.com/anarsoul/rtl8723bt-firmware/archive/$_commit.tar.gz"
|
|
builddir="$srcdir/rtl8723bt-firmware-$_commit"
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
|
|
# Not sure why this gets installed. Weird.
|
|
rm "$pkgdir"/lib/firmware/Makefile
|
|
|
|
install -Dm644 LICENCE.rtlwifi_firmware.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
|
}
|
|
|
|
sha512sums="8c25196e68eca60e9c14d77a472335187706b1fa0a98da8b3c5afd4d08ea8d430b0ae3187080901bd6917531914096b18fe7e69c048a05140d44cd8689c941fb firmware-pine64-rtl8723bt-39da5959deff5041160fa85e62dddb89066471b3.tar.gz"
|