mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/veyron-libgl to r5p0-3
This commit is contained in:
parent
a89e4fc658
commit
5c83ca61a1
1 changed files with 5 additions and 5 deletions
|
@ -5,22 +5,22 @@ buildarch=4
|
||||||
|
|
||||||
pkgname=veyron-libgl
|
pkgname=veyron-libgl
|
||||||
pkgver=r5p0
|
pkgver=r5p0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
pkgdesc="Veyron Chromebook Mali GL Driver"
|
pkgdesc="Veyron Chromebook Mali GL Driver"
|
||||||
url="http://www.google.com/"
|
url="http://www.google.com/"
|
||||||
license=('Proprietary')
|
license=('Proprietary')
|
||||||
depends=('mesa-libgl')
|
depends=('mesa-libgl')
|
||||||
source=("http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/mali-drivers-veyron-x11-1.20-r22.run"
|
source=("http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/mali-drivers-veyron-x11-1.20-r26.run"
|
||||||
'mali-veyron.conf'
|
'mali-veyron.conf'
|
||||||
'50-mali.rules')
|
'50-mali.rules')
|
||||||
md5sums=('eb48f11628dac74685e6f6b94469071a'
|
md5sums=('39beb1579c9960e38faa462329eb83f2'
|
||||||
'40f5104200cfceb12b4623d219646d4e'
|
'40f5104200cfceb12b4623d219646d4e'
|
||||||
'd22820a21496fe3d9ccbae99643aac96')
|
'd22820a21496fe3d9ccbae99643aac96')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
sed -i 's/^more/echo/' mali-drivers-veyron-x11-1.20-r22.run
|
sed -i 's/^more/echo/' mali-drivers-veyron-x11-1.20-r26.run
|
||||||
yes | sh mali-drivers-veyron-x11-1.20-r22.run
|
yes | sh mali-drivers-veyron-x11-1.20-r26.run
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue