CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
imx-lib: cleaned Pkgfile and updated sources to 20130610
[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=20130610
10 release=1
11 source=(http://crux-arm.nu/files/distfiles/efikamx/$name-$version.tar.xz
12 $name-flags.patch)
13
14 build() {
15 cd $name-$version
16 patch -p1 -i $SRC/$name-flags.patch
17 make -j1 \
18 PLATFORM=IMX51 \
19 INCLUDE="-I/usr/src/linux/include -I/usr/src/linux-`uname -r`/include" \
20 LIB_VERSION_MAJOR="2" \
21 LIB_VERSION_MINOR="0"
22 make DESTDIR=$PKG PLATFORM=IMX51 install
23 }