[arch-commits] CVS update of arch/build/x11-drivers/xf86-video-amd (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Mon Sep 3 09:10:57 UTC 2007


    Date: Monday, September 3, 2007 @ 05:10:57
  Author: alexander
    Path: /home/cvs-arch/arch/build/x11-drivers/xf86-video-amd

   Added: PKGBUILD (1.1)

addpkg: xf86-video-amd


----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)


Index: arch/build/x11-drivers/xf86-video-amd/PKGBUILD
diff -u /dev/null arch/build/x11-drivers/xf86-video-amd/PKGBUILD:1.1
--- /dev/null	Mon Sep  3 05:10:57 2007
+++ arch/build/x11-drivers/xf86-video-amd/PKGBUILD	Mon Sep  3 05:10:57 2007
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD,v 1.1 2007/09/03 09:10:57 alexander Exp $
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+pkgname=xf86-video-amd
+pkgver=2.7.7.0
+pkgrel=1
+pkgdesc="X.org AMD/Geode LX & NX video driver"
+# there is no 64bit geode yet!
+arch=(i686)
+url="http://xorg.freedesktop.org/"
+makedepends=('pkgconfig' 'xorg-server>=1.2.0')
+options=('!libtool')
+groups=('xorg-video-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+
+build() {
+  cd ${startdir}/src/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+              --build=${CHOST} --host=${CHOST} \
+	      --enable-visibility
+  make || return 1
+  make DESTDIR=${startdir}/pkg install || return 1
+}
+md5sums=('650a8870a1a6844114e8d025b3784763')




More information about the arch-commits mailing list