From 46f24c01db8ca0b2271cd897d0fa1d2c28fabe73 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 6 May 2011 12:14:12 -0500 Subject: main/xf86-video-nouveau: move from testing --- main/xf86-video-nouveau/APKBUILD | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 main/xf86-video-nouveau/APKBUILD (limited to 'main') diff --git a/main/xf86-video-nouveau/APKBUILD b/main/xf86-video-nouveau/APKBUILD new file mode 100644 index 000000000..afb46d00a --- /dev/null +++ b/main/xf86-video-nouveau/APKBUILD @@ -0,0 +1,39 @@ +# Contributor: +# Maintainer: +pkgname=xf86-video-nouveau +_gitdate=20110506 +pkgver=0.0.16_git${_gitdate} +pkgrel=1 +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://dev.alpinelinux.org/~nenolod/xf86-video-nouveau-${_gitdate}.tar.bz2" + +_builddir="${srcdir}/${pkgname}-${_gitdate}" + +mksource() { + mkdir /tmp/${pkgname}-${_gitdate} + (cd /tmp/${pkgname}-${_gitdate}; + git clone -v --depth 1 git://anongit.freedesktop.org/nouveau/xf86-video-nouveau; + cd xf86-video-nouveau; + git archive --prefix=xf86-video-nouveau-${_gitdate}/ --format=tar HEAD | bzip2 > /tmp/${pkgname}-${_gitdate}/${pkgname}-${_gitdate}.tar.bz2) +} + +build() { + cd "$_builddir" + ./autogen.sh --prefix=/usr || return 1 + make || return 1 +} + +package() { + cd "$_builddir" + make DESTDIR="$pkgdir" install || return 1 +} + +md5sums="f48ffca3436988f5ffe915d7b47192a9 xf86-video-nouveau-20110506.tar.bz2" -- cgit v1.2.3