device/device-lg-d855: fix APKBUILD (!874)
This commit is contained in:
parent
3f9ca04055
commit
77f6e8ed21
@ -1,20 +1,23 @@
|
|||||||
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
|
# Contributor: Nutcake
|
||||||
pkgname=device-lg-d855
|
pkgname=device-lg-d855
|
||||||
pkgver=1
|
pkgver=1
|
||||||
pkgrel=17
|
pkgrel=18
|
||||||
pkgdesc="LG G3 International"
|
pkgdesc="LG G3 International"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
arch="armhf"
|
arch="armhf"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends="postmarketos-base linux-lg-d855 mkbootimg mesa-dri-swrast"
|
depends="postmarketos-base linux-lg-d855 mkbootimg mesa-dri-swrast"
|
||||||
makedepends=""
|
makedepends="devicepkg-dev"
|
||||||
install=""
|
|
||||||
subpackages=""
|
|
||||||
source="deviceinfo 90-android-touch-dev.rules"
|
source="deviceinfo 90-android-touch-dev.rules"
|
||||||
options="!check !archcheck"
|
options="!check !archcheck"
|
||||||
|
|
||||||
|
build() {
|
||||||
|
devicepkg_build $startdir $pkgname
|
||||||
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -D -m644 "$srcdir/deviceinfo" \
|
devicepkg_package $startdir $pkgname
|
||||||
"$pkgdir/etc/deviceinfo"
|
|
||||||
install -D -m644 "$srcdir"/90-android-touch-dev.rules \
|
install -D -m644 "$srcdir"/90-android-touch-dev.rules \
|
||||||
"$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
|
"$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user