CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
imx-lib: fixed optimizations and libs version
[ports/efikamx-arm.git] / imx-lib / Pkgfile
1 # Description: platform specific unit tests for mxc platform
2 # URL: https://github.com/genesi/imx-userspace
3 # Packager: CRUX-ARM System Team, devel at crux-arm dot nu
4 # Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
6 # Depends on:
7
8 name=imx-lib
9 version=20111109
10 release=1
11 source=(http://crux-arm.nu/files/distfiles/efikamx/$name-$version.tar.bz2
12 $name-flags.patch)
13
14 build() {
15 cd $name
16 patch -p1 -i $SRC/$name-flags.patch
17 make -j1 PLATFORM=IMX51 INCLUDE="-I/usr/src/linux-`uname -r`/include" LIB_VERSION_MAJOR="2" LIB_VERSION_MINOR="0"
18 make DESTDIR=$PKG PLATFORM=IMX51 install
19 }