device/device-t2m-flame: fix APKBUILD (!874)
This commit is contained in:
parent
897a06807b
commit
6faab8c72b
1 changed files with 9 additions and 4 deletions
|
@ -1,20 +1,25 @@
|
||||||
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
|
# Contributor: Yuval Adam <_@yuv.al>
|
||||||
pkgname=device-t2m-flame
|
pkgname=device-t2m-flame
|
||||||
pkgver=1
|
pkgver=1
|
||||||
pkgrel=14
|
pkgrel=15
|
||||||
pkgdesc="Mozilla Flame"
|
pkgdesc="Mozilla Flame"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
arch="armhf"
|
arch="armhf"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends="postmarketos-base linux-t2m-flame mkbootimg mesa-dri-swrast"
|
depends="postmarketos-base linux-t2m-flame mkbootimg mesa-dri-swrast"
|
||||||
makedepends=""
|
makedepends="devicepkg-dev"
|
||||||
install="$pkgname.post-install"
|
install="$pkgname.post-install"
|
||||||
source="deviceinfo 90-android-touch-dev.rules"
|
source="deviceinfo 90-android-touch-dev.rules"
|
||||||
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
||||||
options="!check !archcheck"
|
options="!check !archcheck"
|
||||||
|
|
||||||
|
build() {
|
||||||
|
devicepkg_build $startdir $pkgname
|
||||||
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm644 "$srcdir"/deviceinfo \
|
devicepkg_package $startdir $pkgname
|
||||||
"$pkgdir"/etc/deviceinfo
|
|
||||||
install -Dm644 "$srcdir"/90-android-touch-dev.rules \
|
install -Dm644 "$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…
Add table
Reference in a new issue