pmaports/device/device-samsung-maguro/APKBUILD

31 lines
714 B
Text
Raw Normal View History

# Reference: <https://postmarketos.org/devicepkg>
2017-06-01 19:03:21 +00:00
pkgname=device-samsung-maguro
pkgver=2
pkgrel=14
2017-06-01 19:03:21 +00:00
pkgdesc="Google Galaxy Nexus (GSM)"
url="https://github.com/postmarketOS"
arch="noarch"
license="MIT"
depends="linux-samsung-maguro mkbootimg firmware-samsung-maguro"
makedepends="devicepkg-dev"
2017-06-01 19:03:21 +00:00
install=""
subpackages="$pkgname-mesa"
source="deviceinfo"
2017-06-01 19:03:21 +00:00
options="!check"
build() {
devicepkg_build $startdir $pkgname
}
2017-06-01 19:03:21 +00:00
package() {
devicepkg_package $startdir $pkgname
}
mesa() {
install_if="$pkgname mesa"
depends="mesa-dri-swrast"
mkdir "$subpkgdir"
2017-06-01 19:03:21 +00:00
}
sha512sums="dce64fc8cb993e62ffe3e4ad243ba18bf78dbde27f776f0e9dea9e426709cf5498df82eb049864471db6c3c2683a1f7563ab23b823cf96bf37cc6570b869a0b8 deviceinfo"