mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
alarm/odroid-libgl to r5p0-1
This commit is contained in:
parent
f8f773cffb
commit
c959747e57
1 changed files with 5 additions and 5 deletions
|
@ -4,21 +4,21 @@
|
|||
buildarch=4
|
||||
|
||||
pkgname=odroid-libgl
|
||||
pkgver=r4p0
|
||||
pkgrel=2
|
||||
pkgver=r5p0
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
pkgdesc="ODROID-X/X2/U2/U3 Mali GL Driver"
|
||||
url="http://www.hardkernel.com/"
|
||||
license=('Proprietary')
|
||||
depends=('mesa-libgl')
|
||||
source=("http://archlinuxarm.org/builder/src/mali-${pkgver}.txz"
|
||||
source=("http://archlinuxarm.org/builder/src/4412_r5p0_x11.tar.xz"
|
||||
'mali-odroid.conf')
|
||||
md5sums=('f88d6db219d2edfbbf7b2e4e816e4d57'
|
||||
md5sums=('fd096d1fc0762fe8e799a9c78c259f36'
|
||||
'40f5104200cfceb12b4623d219646d4e')
|
||||
|
||||
package() {
|
||||
install -d "${pkgdir}"/usr/lib/mali-egl
|
||||
install -d "${pkgdir}"/etc/ld.so.conf.d
|
||||
cp -a mali/lib* "${pkgdir}"/usr/lib/mali-egl
|
||||
cp -a lib* "${pkgdir}"/usr/lib/mali-egl
|
||||
install -Dm644 mali-odroid.conf "${pkgdir}"/etc/ld.so.conf.d/mali-odroid.conf
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue