device/device-htc-bravo: fix APKBUILD (!874)
This commit is contained in:
parent
f60049cb23
commit
206ee31c50
1 changed files with 9 additions and 8 deletions
|
@ -1,14 +1,14 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Contributor: Daniele Debernardi <drebrez@gmail.com>
|
||||
pkgname=device-htc-bravo
|
||||
pkgver=1
|
||||
pkgrel=13
|
||||
pkgrel=14
|
||||
pkgdesc="HTC Desire"
|
||||
url="https://postmarketos.org"
|
||||
arch="armhf"
|
||||
license="MIT"
|
||||
depends="postmarketos-base linux-htc-bravo mkbootimg mesa-dri-swrast"
|
||||
makedepends=""
|
||||
install=""
|
||||
subpackages=""
|
||||
makedepends="devicepkg-dev"
|
||||
source="
|
||||
deviceinfo
|
||||
initfs-hook.sh
|
||||
|
@ -17,11 +17,12 @@ source="
|
|||
"
|
||||
options="!check !archcheck"
|
||||
|
||||
build() {
|
||||
devicepkg_build $startdir $pkgname
|
||||
}
|
||||
|
||||
package() {
|
||||
install -D -m644 "$srcdir"/deviceinfo \
|
||||
"$pkgdir"/etc/deviceinfo
|
||||
install -D -m644 "$srcdir"/initfs-hook.sh \
|
||||
"$pkgdir"/etc/postmarketos-mkinitfs/hooks/00-${pkgname}.sh
|
||||
devicepkg_package $startdir $pkgname
|
||||
install -D -m644 "$srcdir"/90-android-touch-dev.rules \
|
||||
"$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
|
||||
install -D -m644 "$srcdir"/pointercal \
|
||||
|
|
Loading…
Reference in a new issue