CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
imx-lib: 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
13 build() {
14 cd $name-$version
15
16 make -j1 \
17 PLATFORM=IMX51 \
18 INCLUDE="-I/usr/src/linux/include -I/usr/src/linux-`uname -r`/include" \
19 LIB_VERSION_MAJOR="2" \
20 LIB_VERSION_MINOR="0"
21
22 make DESTDIR=$PKG PLATFORM=IMX51 install
23 }