# Description: platform specific unit tests for mxc platform # URL: https://github.com/genesi/imx-userspace # Packager: CRUX-ARM System Team, devel at crux-arm dot nu # Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: name=imx-lib version=20111109 release=1 source=(http://crux-arm.nu/files/distfiles/efikamx/$name-$version.tar.bz2 $name-flags.patch) build() { cd $name patch -p1 -i $SRC/$name-flags.patch make -j1 PLATFORM=IMX51 INCLUDE="-I/usr/src/linux-`uname -r`/include" LIB_VERSION_MAJOR="2" LIB_VERSION_MINOR="0" make DESTDIR=$PKG PLATFORM=IMX51 install }