9814d78e73
Use the device's architecture instead of noarch. Because the device packages should never be built for other architectures, even if all depends can be built for other arches as well. This simplifies package building as part of the new build infrastructure effort. pmbootstrap has also been changed to output this by default in aportgen.
22 lines
616 B
Text
22 lines
616 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname="device-samsung-kylessopen"
|
|
pkgdesc="Galaxy Trend"
|
|
pkgver=0.1
|
|
pkgrel=2
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-kylessopen mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="261208493b27371b7d9ef804ab0f2926dad395626c66467595c4d04b721bb46462ec3ecc552d33dfb4123f4825c9a6bb3d0ff2793296985a6b2a4d28afeed098 deviceinfo"
|