mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sunxi-mali: update to 20181122.
This commit is contained in:
parent
df2b2c5e4d
commit
29c4208609
1 changed files with 5 additions and 4 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'sunxi-mali'
|
# Template file for 'sunxi-mali'
|
||||||
pkgname=sunxi-mali
|
pkgname=sunxi-mali
|
||||||
version=20150407
|
version=20181122
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="git pkg-config perl"
|
||||||
|
makedepends="libXfixes-devel libump-git-devel libdri2-devel-git libdrm-devel"
|
||||||
short_desc="Linux sunxi MALI userpace propietary libraries"
|
short_desc="Linux sunxi MALI userpace propietary libraries"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/linux-sunxi/sunxi-mali"
|
homepage="https://github.com/linux-sunxi/sunxi-mali"
|
||||||
|
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
only_for_archs="armv7l"
|
only_for_archs="armv7l"
|
||||||
hostmakedepends="git pkg-config perl"
|
|
||||||
makedepends="libXfixes-devel libump-devel-git libdri2-devel-git libdrm-devel"
|
|
||||||
provides="libEGL-1.0_1 libGLES-1.0_1"
|
provides="libEGL-1.0_1 libGLES-1.0_1"
|
||||||
replaces="libEGL>=0 libGLES>=0"
|
replaces="libEGL>=0 libGLES>=0"
|
||||||
|
|
||||||
|
@ -21,10 +20,12 @@ do_fetch() {
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
VERSION=r3p0 ABI=armhf EGL_TYPE=x11 make config
|
VERSION=r3p0 ABI=armhf EGL_TYPE=x11 make config
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/lib
|
vmkdir usr/lib
|
||||||
make DESTDIR=${DESTDIR} install
|
make DESTDIR=${DESTDIR} install
|
||||||
|
|
Loading…
Add table
Reference in a new issue