0075054187
Minor changes: * device-lg-hammerhead: remove left-over comment * device-samsung-i9100: remove fastboot section
24 lines
528 B
Text
24 lines
528 B
Text
pkgname=device-samsung-maguro
|
|
pkgver=2
|
|
pkgrel=5
|
|
pkgdesc="Google Galaxy Nexus (GSM)"
|
|
url="https://github.com/postmarketOS"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="linux-samsung-tuna mkbootimg"
|
|
makedepends=""
|
|
install=""
|
|
subpackages=""
|
|
source="deviceinfo"
|
|
options="!check"
|
|
|
|
build() {
|
|
return 0
|
|
}
|
|
|
|
package() {
|
|
install -D -m644 "$srcdir"/deviceinfo \
|
|
"$pkgdir"/etc/deviceinfo
|
|
}
|
|
|
|
sha512sums="3c807dbb8c9879fe0722e267e0858c61429abf6214a195032ae05d6933c22355adcc0f0ef1413aa3defdde4ab8c2d5c6d2ed9470c654a6cccc26b4b5b86a92bf deviceinfo"
|