device/device-lg-mako: fix APKBUILD (!874)

This commit is contained in:
HenriDellal 2020-01-10 19:27:24 +03:00 committed by Bart Ribbers
parent 630e18e1df
commit 57d2dbe88b
No known key found for this signature in database
GPG key ID: 699D16185DAFAE61

View file

@ -1,20 +1,24 @@
# Reference: <https://postmarketos.org/devicepkg>
# Contributor: Oliver Smith <ollieparanoid@postmarketos.org>
pkgname=device-lg-mako
pkgver=2
pkgrel=23
pkgrel=24
pkgdesc="Google Nexus 4"
url="https://postmarketos.org"
arch="armhf"
license="MIT"
depends="postmarketos-base linux-lg-mako mkbootimg mesa-dri-swrast"
makedepends=""
install=""
makedepends="devicepkg-dev"
subpackages="$pkgname-weston"
source="deviceinfo 90-android-touch-dev.rules profile.sh pointercal fb.modes weston.ini wcnss-wlan"
options="!check !archcheck"
build() {
devicepkg_build $startdir $pkgname
}
package() {
install -Dm644 "$srcdir"/deviceinfo \
"$pkgdir"/etc/deviceinfo
devicepkg_package $startdir $pkgname
install -Dm644 "$srcdir"/90-android-touch-dev.rules \
"$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
install -Dm644 "$srcdir"/profile.sh \