device/device-samsung-i747m: fix APKBUILD (!874)
This commit is contained in:
parent
86dccbb47e
commit
01a048ab5c
@ -1,18 +1,24 @@
|
|||||||
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
|
# Contributor: Alex Roth <alex@magmastone.net>
|
||||||
pkgname="device-samsung-i747m"
|
pkgname="device-samsung-i747m"
|
||||||
pkgdesc="Samsung Galaxy SIII (USA/Canada)"
|
pkgdesc="Samsung Galaxy SIII (USA/Canada)"
|
||||||
pkgver=0.1
|
pkgver=0.1
|
||||||
pkgrel=8
|
pkgrel=9
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="armhf"
|
arch="armhf"
|
||||||
options="!check !archcheck"
|
options="!check !archcheck"
|
||||||
depends="postmarketos-base linux-samsung-i747m mkbootimg mesa-dri-swrast"
|
depends="postmarketos-base linux-samsung-i747m mkbootimg mesa-dri-swrast"
|
||||||
|
makedepends="devicepkg-dev"
|
||||||
source="deviceinfo 90-android-touch-dev.rules fb.modes"
|
source="deviceinfo 90-android-touch-dev.rules fb.modes"
|
||||||
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
||||||
|
|
||||||
|
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"/fb.modes \
|
install -Dm644 "$srcdir"/fb.modes \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user