device/device-motorola-titan: fix APKBUILD (!874)
This commit is contained in:
parent
7491b245f4
commit
3430d3e782
@ -1,20 +1,25 @@
|
|||||||
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
|
# Contributor: Pablo Castellano <pablo@anche.no>
|
||||||
pkgname=device-motorola-titan
|
pkgname=device-motorola-titan
|
||||||
pkgver=1
|
pkgver=1
|
||||||
pkgrel=30
|
pkgrel=31
|
||||||
pkgdesc="Motorola Moto G 2014"
|
pkgdesc="Motorola Moto G 2014"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
arch="armhf"
|
arch="armhf"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends="postmarketos-base linux-motorola-titan mkbootimg msm-fb-refresher mesa-dri-swrast"
|
depends="postmarketos-base linux-motorola-titan mkbootimg msm-fb-refresher mesa-dri-swrast"
|
||||||
makedepends=""
|
makedepends="devicepkg-dev"
|
||||||
install="$pkgname.post-install"
|
install="$pkgname.post-install"
|
||||||
subpackages="$pkgname-weston $pkgname-nonfree-firmware:nonfree_firmware"
|
subpackages="$pkgname-weston $pkgname-nonfree-firmware:nonfree_firmware"
|
||||||
source="deviceinfo 90-android-touch-dev.rules profile.sh weston.ini"
|
source="deviceinfo 90-android-touch-dev.rules profile.sh weston.ini"
|
||||||
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
|
||||||
install -Dm644 "$srcdir"/profile.sh \
|
install -Dm644 "$srcdir"/profile.sh \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user