CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Introduced udev with patches to remove accept4() call until glibc update
[ports/cubox-arm.git] / marvell-libgfx / Pkgfile
1 # Description: Marvell Armada 510/Dove graphics libraries
2 # URL: http://www.solid-run.com/mw/index.php/Main_Page
3 # Packager: Ryan Mullen, rmmullen at gmail dot com
4 # Maintainer: Ryan Mullen, rmmullen at gmail dot com
5 # Depends on:
6
7 name=marvell-libgfx
8 version=0.3.4
9 release=1
10 source=(http://download.solid-run.com/pub/solidrun/cubox/packages/marvell-opengl/marvell-opengl-hardfp-debug.zip
11 http://download.solid-run.com/pub/solidrun/cubox/packages/marvell-opengl/marvell-opengl-hardfp-new-headers.zip)
12
13 build() {
14 mkdir -p $PKG/usr/lib
15 mkdir $PKG/usr/include
16
17 cd $PKG/usr/lib
18 for lib in EGL GAL GLES_CL GLES_CM GLESv2SC GLESv2x OpenVG VIVANTE gcu; do
19 cp $SRC/gc3184-1-mgcc462hd-d/lib$lib.so lib$lib.so.1
20 ln -s lib$lib.so.1 lib$lib.so
21 done
22
23 cd $SRC/gc3184-gcc-4.6-armv7-hard_release/sdk/include
24 cp -r KHR HAL VG EGL GLES GLES2 $PKG/usr/include
25 }