e654a995e6
* device-*: add postmarketos-base to depends * aportgen: add postmarketos-base to depends * Add test case * postmarketos-base: Don't depend on devicepkg * msm-fb-refresher: Enable service in post-install
27 lines
862 B
Text
27 lines
862 B
Text
pkgname=device-samsung-i9003
|
|
pkgver=1
|
|
pkgrel=17
|
|
pkgdesc="Samsung Galaxy SI SLC"
|
|
url="https://github.com/postmarketOS"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="postmarketos-base 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"
|