2017-08-09 20:26:40 +00:00
|
|
|
pkgname=device-qemu-aarch64
|
|
|
|
pkgver=1
|
2018-12-25 19:25:32 +00:00
|
|
|
pkgrel=14
|
2017-08-09 20:26:40 +00:00
|
|
|
pkgdesc="Simulated device in qemu with vexpress soc"
|
2018-06-30 07:00:48 +00:00
|
|
|
url="https://postmarketos.org"
|
2018-11-07 06:45:58 +00:00
|
|
|
arch="aarch64"
|
2017-08-09 20:26:40 +00:00
|
|
|
license="MIT"
|
2018-01-08 15:18:37 +00:00
|
|
|
# NOTE: 'pmbootstrap init' allows you to choose the mesa-dri-* package
|
2018-02-25 18:40:54 +00:00
|
|
|
depends="postmarketos-base linux-postmarketos-stable"
|
2017-08-09 20:26:40 +00:00
|
|
|
makedepends=""
|
2018-01-08 15:18:37 +00:00
|
|
|
subpackages="$pkgname-weston"
|
2018-03-05 21:18:13 +00:00
|
|
|
source="deviceinfo weston.ini"
|
2018-11-07 06:45:58 +00:00
|
|
|
options="!check !archcheck"
|
2017-08-09 20:26:40 +00:00
|
|
|
|
|
|
|
package() {
|
|
|
|
install -D -m644 "$srcdir"/deviceinfo \
|
|
|
|
"$pkgdir"/etc/deviceinfo
|
|
|
|
}
|
|
|
|
|
2018-01-08 15:18:37 +00:00
|
|
|
weston() {
|
|
|
|
install_if="$pkgname weston"
|
|
|
|
install -Dm644 "$srcdir"/weston.ini \
|
|
|
|
"$subpkgdir"/etc/xdg/weston/weston.ini
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2018-12-25 19:25:32 +00:00
|
|
|
sha512sums="efeac6718626d61f12a7db13ee64f756e8957acc828d7ee9aa994f7fe90c81b9a929f16295dbc3f6987583cd3c947b30f5c08a52f2f376dad9e582748b2cd5c9 deviceinfo
|
2018-05-05 14:27:13 +00:00
|
|
|
de794566118f1744d068a94e6a75b61d43f6749a4b0871a5270fa7a2048164d609c71fcffa61845c2a7dd4cb5fbeb72c0e4f8b73b382f36d6ff0bcc9b8a5ae25 weston.ini"
|