alarm/veyron-libgl to r5p0-2

This commit is contained in:
Kevin Mihelich 2015-07-19 02:33:57 +00:00
parent 53d7c6e1a3
commit 2be8869472
2 changed files with 7 additions and 3 deletions

View file

@ -0,0 +1 @@
KERNEL=="mali0", MODE="0666", GROUP="video"

View file

@ -5,16 +5,18 @@ buildarch=4
pkgname=veyron-libgl
pkgver=r5p0
pkgrel=1
pkgrel=2
arch=('armv7h')
pkgdesc="Veyron Chromebook Mali GL Driver"
url="http://www.google.com/"
license=('Proprietary')
depends=('mesa-libgl')
source=("http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/mali-drivers-veyron-x11-1.20-r22.run"
'mali-veyron.conf')
'mali-veyron.conf'
'50-mali.rules')
md5sums=('eb48f11628dac74685e6f6b94469071a'
'40f5104200cfceb12b4623d219646d4e')
'40f5104200cfceb12b4623d219646d4e'
'd22820a21496fe3d9ccbae99643aac96')
prepare() {
sed -i 's/^more/echo/' mali-drivers-veyron-x11-1.20-r22.run
@ -26,4 +28,5 @@ package() {
install -d "${pkgdir}"/etc/ld.so.conf.d
cp -a usr/lib/lib* "${pkgdir}"/usr/lib/mali-egl
install -Dm644 mali-veyron.conf "${pkgdir}"/etc/ld.so.conf.d/mali-veyron.conf
install -Dm644 50-mali.rules "${pkgdir}"/usr/lib/udev/rules.d/50-mali.rules
}