pmaports/device/testing/firmware-samsung-i9305/APKBUILD
Minecrell c590ed74cf
firmware/*: move rest of firmware packages to device/testing (MR 1362)
After moving the firmware packages used by devices in community to
device/community, move the rest of the firmware packages to device/testing.
2020-07-07 16:05:58 +02:00

21 lines
943 B
Text

pkgname=firmware-samsung-i9305
pkgver=1
pkgrel=2
_commit="d5a8735a6ad1fff3091f100383ac004f411d7528"
pkgdesc="Samsung Galaxy SIII LTE Firmware"
url="https://github.com/Androguide/android_vendor_samsung"
arch="armhf"
license="proprietary"
source="$pkgname-$_commit.tar.gz::https://github.com/Androguide/android_vendor_samsung/archive/$_commit.tar.gz"
options="!check !strip !archcheck !spdx"
builddir="$srcdir/android_vendor_samsung-$_commit"
package() {
# Wifi
install -Dm644 smdk4412-common/proprietary/system/etc/wifi/bcmdhd_sta.bin_b2 \
"$pkgdir"/lib/firmware/postmarketos/bcmdhd_sta.bin_b2
install -Dm644 smdk4412-common/proprietary/system/etc/wifi/nvram_net.txt \
"$pkgdir"/lib/firmware/postmarketos/nvram_net.txt
}
sha512sums="6559320d23e6a73accacf8c760426cb5a0679ab34e353d24dde653b336eadf98c2aa28c783e7010bf9f32cc64baadc02a9fff09baac6ff8b535ed5bc94c8abc5 firmware-samsung-i9305-d5a8735a6ad1fff3091f100383ac004f411d7528.tar.gz"