CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-xf86-video-imx: removed git dependencie.
[ports/efikamx-arm.git] / xorg-xf86-video-imx / Pkgfile
CommitLineData
f88cf7f3
VM
1# Description: i.MX accelerated video driver for the X.Org X server
2# URL:
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
6b53a375 6# Depends on: xorg-util-macros libz160 amd-gpu-x11-bin-mx51 imx-lib
f88cf7f3
VM
7
8name=xorg-xf86-video-imx
9version=10.11.01
10release=1
11source=(http://crux-arm.nu/files/distfiles/efikamx/$name-$version.tar.bz2)
12
13build() {
14 cd xf86-video-imx
15 chmod u+x autogen.sh
baf4e915 16 ./autogen.sh --prefix=/usr --disable-nls --mandir=/usr/man
f88cf7f3
VM
17 make
18 make install DESTDIR=$PKG
19}