pmaports/device/testing/firmware-samsung-i747m/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
935 B
Text

pkgname=firmware-samsung-i747m
pkgver=1
pkgrel=1
_commit="15cea7e29a50a85f7cd5ce27e5ff865314467ca3"
pkgdesc="Samsung Galaxy SIII i747m Firmware"
url="https://github.com/Zerospeed8/device_samsung_d2att"
arch="armhf"
license="proprietary"
source="$pkgname-$_commit.tar.gz::https://github.com/Zerospeed8/device_samsung_d2att/archive/$_commit.tar.gz"
options="!check !strip !archcheck !spdx"
builddir="$srcdir/device_samsung_d2att-$_commit"
package() {
# Wifi
install -Dm644 vendor/samsung/d2att/proprietary/etc/wifi/bcmdhd_sta.bin_b2 \
"$pkgdir/lib/firmware/postmarketos/bcmdhd_sta.bin_b2"
install -Dm644 vendor/samsung/d2att/proprietary/etc/wifi/nvram_net.txt \
"$pkgdir/lib/firmware/postmarketos/nvram_net.txt"
}
sha512sums="b212ab69c782e45e0ee1005bd952ed763437693e769f5309da482b8138a1357d070f60a11185c7c30e61a0841dde08153a4d5a78da3e51ab3aa8ebd5dfddeec7 firmware-samsung-i747m-15cea7e29a50a85f7cd5ce27e5ff865314467ca3.tar.gz"