CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-video-imxng renamed to xorg-xf86-video-imxng
[ports/efikamx-arm.git] / xorg-xf86-video-imxng / Pkgfile
CommitLineData
7a61765c
VM
1# Description: i.MX accelerated video driver for the X.Org X server
2# URL: https://github.com/genesi/xorg-video-imxng
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: c2d c2d-z160 libkgsl imx-lib imx-firmware
7
331a71a0 8name=xorg-xf86-video-imxng
7a61765c
VM
9version=20121005
10release=1
a491641d 11source=(http://crux-arm.nu/files/distfiles/efikamx/$name-$version.tar.xz
7a61765c
VM
12 xorg-video-imxng_imx_drv_compat.patch)
13
14build() {
15 export CFLAGS="$CFLAGS -I/usr/include -I/usr/src/linux-`uname -r`/include"
331a71a0 16 cd xorg-video-imxng
7a61765c
VM
17 patch -p1 -i $SRC/xorg-video-imxng_imx_drv_compat.patch
18 chmod u+x autogen.sh
19 ./autogen.sh --prefix=/usr
20 make
21 make install DESTDIR=$PKG
22}