device/device-lg-dory: fix APKBUILD (!874)
This commit is contained in:
parent
77f6e8ed21
commit
55141bee90
1 changed files with 9 additions and 6 deletions
|
@ -1,20 +1,23 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Contributor: Daniele Debernardi <drebrez@gmail.com>
|
||||
pkgname=device-lg-dory
|
||||
pkgver=1
|
||||
pkgrel=9
|
||||
pkgrel=10
|
||||
pkgdesc="LG G Watch"
|
||||
url="https://postmarketos.org"
|
||||
arch="armhf"
|
||||
license="MIT"
|
||||
depends="postmarketos-base linux-lg-dory mkbootimg msm-fb-refresher mesa-dri-swrast"
|
||||
makedepends=""
|
||||
install=""
|
||||
subpackages=""
|
||||
makedepends="devicepkg-dev"
|
||||
source="deviceinfo 90-touchscreen-dev.rules"
|
||||
options="!check !archcheck"
|
||||
|
||||
build() {
|
||||
devicepkg_build $startdir $pkgname
|
||||
}
|
||||
|
||||
package() {
|
||||
install -D -m644 "$srcdir"/deviceinfo \
|
||||
"$pkgdir"/etc/deviceinfo
|
||||
devicepkg_package $startdir $pkgname
|
||||
install -D -m644 "$srcdir"/90-touchscreen-dev.rules \
|
||||
"$pkgdir"/etc/udev/rules.d/90-touchscreen-dev.rules
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue