updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / xf86-video-qxl / PKGBUILD
blob6c0b00caba19243092de861c273d62aeb5f1407e
1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor: Yonathan Dossow
7 # Maintainer: Ansgar Taflinski <ataflinski@uni-koblenz.de>
8 pkgname=xf86-video-qxl
9 pkgver=0.0.16
10 pkgrel=1
11 pkgdesc="Xorg X11 qxl video driver"
12 arch=(x86_64 i686)
13 url="http://www.x.org"
14 license=('MIT')
15 groups=(xorg-video-drivers)
16 depends=(xorg-server spice-protocol)
17 makedepends=(pkgconfig xorg-server-devel)
18 source=(http://xorg.freedesktop.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2)
19 md5sums=('21108fae53c14eb2c65413b55a3c8778')
21 build() {
22   cd "$srcdir/$pkgname-$pkgver"
23   ./configure --prefix=/usr --disable-static
24   make
27 package() {
28   cd "$srcdir/$pkgname-$pkgver"
29   make DESTDIR="$pkgdir/" INSTALL='install -p' install