[arch-commits] CVS update of extra/x11-drivers/xf86-video-radeonhd (PKGBUILD)
Eric Belanger
eric at archlinux.org
Wed Dec 5 03:13:56 UTC 2007
Date: Tuesday, December 4, 2007 @ 22:13:56
Author: eric
Path: /home/cvs-extra/extra/x11-drivers/xf86-video-radeonhd
Modified: PKGBUILD (1.1 -> 1.2)
upgpkg: xf86-video-radeonhd 1.0.0-1
added x86_64 tag, updated options syntax
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Index: extra/x11-drivers/xf86-video-radeonhd/PKGBUILD
diff -u extra/x11-drivers/xf86-video-radeonhd/PKGBUILD:1.1 extra/x11-drivers/xf86-video-radeonhd/PKGBUILD:1.2
--- extra/x11-drivers/xf86-video-radeonhd/PKGBUILD:1.1 Mon Dec 3 13:48:58 2007
+++ extra/x11-drivers/xf86-video-radeonhd/PKGBUILD Tue Dec 4 22:13:56 2007
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD,v 1.1 2007/12/03 18:48:58 juergen Exp $
+# $Id: PKGBUILD,v 1.2 2007/12/05 03:13:56 eric Exp $
# Maintainer: <juergen at archlinux.org>
pkgname=xf86-video-radeonhd
pkgver=1.0.0
pkgrel=1
pkgdesc="Experimental Radeon HD video driver for r500 and r600 ATI cards"
+arch=(i686 x86_64)
url="http://wiki.x.org/wiki/radeonhd"
license=('custom')
depends=('glibc')
makedepends=('pkgconfig' 'xorg-server')
-options=('nolibtool')
+options=('!libtool')
conflicts=('xf86-video-radeonhd-git')
replaces=('xf86-video-radeonhd-git')
groups=('xorg-video-drivers')
source=(ftp://ftp.freedesktop.org/pub/individual/driver/$pkgname-$pkgver.tar.gz)
md5sums=('588e5fe6de45d217a658a3ce62e9254f')
-arch=(i686)
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
@@ -24,4 +24,4 @@
make DESTDIR=${startdir}/pkg install || return 1
install -m644 -D ${startdir}/src/${pkgname}-${pkgver}/COPYING \
${startdir}/pkg/usr/share/licenses/${pkgname}/LICENSE || return 1
-}
\ No newline at end of file
+}
More information about the arch-commits
mailing list