[arch-commits] Commit in xf86-video-nouveau/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Fri Jan 6 15:22:59 UTC 2012


    Date: Friday, January 6, 2012 @ 10:22:59
  Author: ibiru
Revision: 146233

new snapshot

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-06 14:32:42 UTC (rev 146232)
+++ PKGBUILD	2012-01-06 15:22:59 UTC (rev 146233)
@@ -3,7 +3,7 @@
 # Contributor: buddabrod <buddabrod at gmail.com>
 
 pkgname=xf86-video-nouveau
-_gitdate=20110829
+_gitdate=20120106
 pkgver=0.0.16_git${_gitdate} # see configure.ac
 pkgrel=1
 pkgdesc="Open Source 3D acceleration driver for nVidia cards (experimental)"
@@ -15,27 +15,27 @@
 makedepends=('xorg-server-devel' 'libdrm' 'xf86driproto')
 conflicts=('xorg-server<1.11.0')
 options=('!libtool')
-install=${pkgname}.install
+install=$pkgname.install
 source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('8f484f6602a3711f4adfbce74fd886c1')
+md5sums=('4b0ee8643b3322ff3a0c5d70262a54af')
 
 # source PKGBUILD && mksource
 mksource() {
-	mkdir /tmp/${pkgname}-${_gitdate}
-	pushd /tmp/${pkgname}-${_gitdate}
+	mkdir /tmp/$pkgname-${_gitdate}
+	pushd /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
+	git archive --prefix=xf86-video-nouveau-${_gitdate}/ --format=tar HEAD | bzip2 > /tmp/$pkgname-${_gitdate}/$pkgname-${_gitdate}.tar.bz2
 	popd
 }
 
 build() {
-  cd ${srcdir}/xf86-video-nouveau-${_gitdate}
+  cd $srcdir/xf86-video-nouveau-${_gitdate}
   ./autogen.sh --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/xf86-video-nouveau-${_gitdate}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/xf86-video-nouveau-${_gitdate}
+  make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list