pmaports/device/device-samsung-i9003/APKBUILD
Oliver Smith 1901060d4d Let new and most old devices depend on mesa dri swrast (#1086)
* Devices: depend on mesa-dri-swrast (where it makes sense)
* Device wizard: add mesa-dri-swrast by default
* Closes #1013.
2018-01-06 14:08:10 +00:00

27 lines
844 B
Text

pkgname=device-samsung-i9003
pkgver=1
pkgrel=16
pkgdesc="Samsung Galaxy SI SLC"
url="https://github.com/postmarketOS"
arch="noarch"
license="MIT"
depends="linux-samsung-i9003 libsamsung-ipc mkbootimg mesa-dri-swrast"
makedepends=""
install=""
subpackages=""
source="
deviceinfo
90-android-touch-dev.rules
$install
"
options="!check"
package() {
install -D -m644 "$srcdir/deviceinfo" \
"$pkgdir/etc/deviceinfo"
install -D -m644 "$srcdir"/90-android-touch-dev.rules \
"$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
}
sha512sums="3efef91835ec87b4222ff712b4df4e89f76d45ef3e1523294ed4de69331a3c3aed63a8146a8c10578b36fe49171052c264bc19bcf617460ec7bb9682a0ade0a9 deviceinfo
079336f0a62fe45e839dcaa56479736fb67125ef5adf9bf73fc513c696d5a9fe14cfc9912f4aeb989476aa23bcd1befca25f0163c827691eea7eec1c7b97f303 90-android-touch-dev.rules"