CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libz160: Updated with readme file to get sources from Freescale website.
[ports/efikamx-arm.git] / imx-lib / Pkgfile
CommitLineData
cc331b29 1# Description: platform specific unit tests for mxc platform
e4b3bc2b 2# URL: https://github.com/genesi/imx-userspace
0731845a 3# Packager: CRUX-ARM System Team, devel at crux-arm dot nu
ac67af96 4# Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
cc331b29
VM
5# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
6# Depends on:
7
8name=imx-lib
e4b3bc2b
VM
9version=20111109
10release=1
11source=(http://crux-arm.nu/files/distfiles/efikamx/$name-$version.tar.bz2)
cc331b29
VM
12
13build() {
e4b3bc2b
VM
14 cd $name
15 make -j1 PLATFORM=IMX51 INCLUDE="-I/usr/src/linux-`uname -r`/include"
16 make DESTDIR=$PKG PLATFORM=IMX51 install
cc331b29 17}