summaryrefslogtreecommitdiffstats
path: root/testing/xf86-video-nouveau/APKBUILD
blob: 518a51998207b528fc9f065c4961dae5fc16afd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Contributor:
# Maintainer:
pkgname=xf86-video-nouveau
pkgver=0.0.16
pkgrel=0
pkgdesc="Open-source X.org drivers for nVidia video cards"
url="http://nouveau.freedesktop.org/"
arch="all"
license="MIT"
depends=""
depends_dev=
makedepends="pkgconfig randrproto renderproto videoproto xextproto libdrm-dev xorg-server-dev util-macros libtool autoconf automake xf86driproto"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://ftp.de.debian.org/debian/pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau_$pkgver+git20101210+8bb8231.orig.tar.gz"

_builddir="$srcdir/$pkgname"

build() {
	cd "$_builddir"
	./autogen.sh --prefix=/usr || return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
}

md5sums="65067b46401f385ba833130d634fe319  xserver-xorg-video-nouveau_0.0.16+git20101210+8bb8231.orig.tar.gz"