device/device-lg-d285: fix APKBUILD (!874)
This commit is contained in:
parent
0685dcf864
commit
c1dc376560
@ -1,14 +1,14 @@
|
|||||||
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
|
# Contributor: zhenyolka <zhenyolka@gmail.com>
|
||||||
pkgname=device-lg-d285
|
pkgname=device-lg-d285
|
||||||
pkgver=1
|
pkgver=1
|
||||||
pkgrel=8
|
pkgrel=9
|
||||||
pkgdesc="LG L65"
|
pkgdesc="LG L65"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
arch="armhf"
|
arch="armhf"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends="postmarketos-base linux-lg-d285 mkbootimg msm-fb-refresher mesa-dri-swrast"
|
depends="postmarketos-base linux-lg-d285 mkbootimg msm-fb-refresher mesa-dri-swrast"
|
||||||
makedepends=""
|
makedepends="devicepkg-dev"
|
||||||
install=""
|
|
||||||
subpackages=""
|
|
||||||
source="
|
source="
|
||||||
deviceinfo
|
deviceinfo
|
||||||
initfs-hook.sh
|
initfs-hook.sh
|
||||||
@ -16,13 +16,14 @@ source="
|
|||||||
"
|
"
|
||||||
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
|
||||||
install -D -m644 "$srcdir"/initfs-hook.sh \
|
|
||||||
"$pkgdir"/etc/postmarketos-mkinitfs/hooks/00-${pkgname}.sh
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="2304e89f13fa9c88f85dd391914a4a0fe06a32dec1baf8861c36de1cc39ee726b9fa646cb066a6d6e5532c8d6e198a03911e2651873c948d8fa7a2953b0060e1 deviceinfo
|
sha512sums="2304e89f13fa9c88f85dd391914a4a0fe06a32dec1baf8861c36de1cc39ee726b9fa646cb066a6d6e5532c8d6e198a03911e2651873c948d8fa7a2953b0060e1 deviceinfo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user