pmaports/firmware/firmware-samsung-kylepro/APKBUILD
Oliver Smith 771612344d
other device related packages: don't use noarch
It does not make sense to build most of them for x86_64 for example.
2018-11-27 07:47:11 +01:00

23 lines
861 B
Text

pkgname=firmware-samsung-kylepro
pkgver=1
pkgrel=0
pkgdesc="Samsung Galaxy Trend Plus Firmware"
url=""https://github.com/Samsung-KYLEPROXX/android_vendor_samsung_kyleproxx
arch="armhf"
license="proprietary"
options="!check !strip"
# Source
_commit="a6725fbede9f2b1f8fa3177b8733e204c753f108"
source=$pkgname-$_commit.tar.gz::$url"/archive/${_commit}.tar.gz"
package() {
cd "$srcdir/android_vendor_samsung_kyleproxx-${_commit}/proprietary/"
# Wifi
install -Dm644 "etc/wifi/bcmdhd_sta.bin" \
"$pkgdir/lib/firmware/postmarketos/bcmdhd_sta.bin"
install -Dm644 "etc/wifi/nvram_net.txt" \
"$pkgdir/lib/firmware/postmarketos/nvram_net.txt"
}
sha512sums="c0ac8771a7ca6be7db485f0f8a3625091ee56513a8d8075659711a0c2c26cd630649d763b6ebda2f7579beeb56e682f6eccfed024cf5400c53cc0b0ec41dff26 firmware-samsung-kylepro-a6725fbede9f2b1f8fa3177b8733e204c753f108.tar.gz"