mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/gpu-viv-bin-mx6q fixed directory name; updated to 3.10.17 ga
This commit is contained in:
parent
6ee3307402
commit
345767520a
14 changed files with 3 additions and 5 deletions
|
@ -3,9 +3,9 @@
|
|||
|
||||
buildarch=4
|
||||
pkgbase=gpu-viv-bin-mx6q
|
||||
pkgver=3.10.17_1.0.0_beta
|
||||
pkgver=3.10.17_1.0.0
|
||||
_pkgver=${pkgver//_/-}-hfp
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc="Freescale proprietary Vivante GPU drivers for i.MX6 Quad SoC"
|
||||
|
||||
# filesystem prefix for the include files and license
|
||||
|
@ -32,7 +32,7 @@ source=("http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/${pkgbase}-${_pkgver}.bi
|
|||
"wayland-egl.pc"
|
||||
"wayland-viv.pc"
|
||||
"directfbrc")
|
||||
md5sums=('11e844bb6ba04295cdcd78731076c96d'
|
||||
md5sums=('8b9c4f6181acf46028e39508a970ecc1'
|
||||
'ab0afbd747e802f0bc95d31494d3b559'
|
||||
'd56637776b8fa659d7b84f45d006dad2'
|
||||
'24ea66e2601cd3a1729c16e7e4052425'
|
||||
|
@ -49,8 +49,6 @@ md5sums=('11e844bb6ba04295cdcd78731076c96d'
|
|||
|
||||
prepare() {
|
||||
cd "${srcdir}"
|
||||
#chmod for execution, library is packed as binary to accept EULA
|
||||
# chmod +x ${pkgbase}-${_pkgver}.bin
|
||||
sh ${pkgbase}-${_pkgver}.bin --force --auto-accept
|
||||
sed -n '/EOEULA/,/EOEULA/p' ${pkgbase}-${_pkgver}.bin | grep -v EOEULA > LICENSE.$pkgbase
|
||||
|
Loading…
Reference in a new issue