0511b83771
This also removes the code to add the mediatek header to the zImage as this is now handled by postmarketos-mkinitfs.
22 lines
616 B
Text
22 lines
616 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-fairphone-fp1
|
|
pkgdesc="Fairphone 1"
|
|
pkgver=0.1
|
|
pkgrel=7
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-fairphone-fp1 mkbootimg mtk-mkimage mesa-dri-gallium msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="14ffb46857d37f965b494d3deb2a908eec06018e6a56f01a8eba52a8b14b9514c39d77461c556604ccb0a0d4784dc59a08c18c211d6a1f94c527800483897661 deviceinfo"
|