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
589 B
Text
22 lines
589 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname="device-asus-tf101"
|
|
pkgdesc="Asus Eee Pad Transformer"
|
|
pkgver=0.2
|
|
pkgrel=3
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-asus-tf101 mkbootimg blobtools"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="4acc93d01368cf7ae71587f46289534e99b35a913a3d6a823801b70184f14c22d42b25fe334ebb4a05e96a9a10e886353fe513120a26e53adb1aa3d127c9aaa8 deviceinfo"
|