summaryrefslogtreecommitdiffstats
path: root/acompiler/xorg-xf86-video-cirrus/Pkgfile
blob: 301a1061949ecd6bfecd8f95faa3cf88a8207fdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Pilote video xf86-video-cirrus pour xorg
# URL: http://xorg.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-server

name=xorg-xf86-video-cirrus
version=1.3.2
release=2
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-cirrus-$version.tar.bz2)

build() {
	cd xf86-video-cirrus-$version

	./configure --prefix=/usr

	make
	make DESTDIR=$PKG install
}