bc7dbe4288
[ci:skip-build] already built successfully in CI
53 lines
1.2 KiB
Text
53 lines
1.2 KiB
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-hlte
|
|
pkgdesc="Samsung Galaxy Note 3"
|
|
pkgver=1
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="
|
|
linux-postmarketos-qcom-msm8974
|
|
mesa-dri-gallium
|
|
mkbootimg
|
|
postmarketos-base
|
|
swclock-offset
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
subpackages="
|
|
$pkgname-nonfree-firmware:nonfree_firmware
|
|
"
|
|
source="
|
|
bt-module-deps.conf
|
|
deviceinfo
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="GPU, Wi-Fi, Bluetooth firmware"
|
|
depends="
|
|
firmware-qcom-adreno-a330
|
|
firmware-samsung-hlte-bt
|
|
firmware-samsung-hlte-wifi
|
|
msm-firmware-loader
|
|
msm-modem
|
|
"
|
|
|
|
mkdir "$subpkgdir"
|
|
# This config makes sense only if non-free firmware is installed
|
|
install -Dm644 "$srcdir"/bt-module-deps.conf \
|
|
"$subpkgdir"/etc/modprobe.d/bt-module-deps.conf
|
|
}
|
|
|
|
sha512sums="
|
|
6cef5f8ae1785ac16e6fe84bfc861ac50cdfb94db35d764f44a25c960e123cb82f6e56f45362a5340c62a3d5ac225f2689afd4f6964cb88305a0892ba44214f0 bt-module-deps.conf
|
|
f3c297e0f1a521c45e4dccbad443f5f6c53b028848e81475a2c5d398b17d3a8534d267108359389640d49449476f6c5c48370ff9fbc8eb81a7e7236af9a09dd9 deviceinfo
|
|
"
|