pmaports/firmware/firmware-samsung-i747m/APKBUILD
Minecrell a85db1dc7b
*: remove "Contributor:" lines from APKBUILDs (MR 1203)
At the moment we have Contributor: lines on some packages (but not all of them),
but often they don't represent the actual contributors to the package very well.
E.g. when we added them retroactively to the device packages we only added
the initial contributor (which isn't necessarily the person
who made most of the work for a device...)

The Git history is the most representative source for figuring out
who contributed to a package, so there is no reason to duplicate that
into the APKBUILD.

[skip ci]: way too many packages
2020-05-02 21:45:25 +03: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"