CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ports: updated to 3.1
[ports/efikamx-arm.git] / imx-lib / Pkgfile
... / ...
CommitLineData
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
8name=imx-lib
9version=20130610
10release=1
11source=(http://crux-arm.nu/files/distfiles/efikamx/$name-$version.tar.xz
12 $name-flags.patch)
13
14build() {
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}