mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/veyron-libgl to r5p0-2
This commit is contained in:
parent
53d7c6e1a3
commit
2be8869472
2 changed files with 7 additions and 3 deletions
1
alarm/veyron-libgl/50-mali.rules
Normal file
1
alarm/veyron-libgl/50-mali.rules
Normal file
|
@ -0,0 +1 @@
|
|||
KERNEL=="mali0", MODE="0666", GROUP="video"
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue