[arch-commits] Commit in xf86-video-vesa/repos (3 files)

Jan de Groot jgc at archlinux.org
Tue Aug 30 08:44:41 UTC 2011


    Date: Tuesday, August 30, 2011 @ 04:44:41
  Author: jgc
Revision: 136489

db-move: moved xf86-video-vesa from [staging] to [testing] (x86_64)

Added:
  xf86-video-vesa/repos/testing-x86_64/
  xf86-video-vesa/repos/testing-x86_64/PKGBUILD
    (from rev 136477, xf86-video-vesa/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-vesa/repos/staging-x86_64/

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

Copied: xf86-video-vesa/repos/testing-x86_64/PKGBUILD (from rev 136477, xf86-video-vesa/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-08-30 08:44:41 UTC (rev 136489)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xf86-video-vesa
+pkgver=2.3.0
+pkgrel=6
+pkgdesc="X.org vesa video driver"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xorg.freedesktop.org/"
+depends=('glibc')
+makedepends=('pkgconfig' 'xorg-server-devel>=1.10.99.902')
+conflicts=('xorg-server<1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+        git-fixes.patch)
+sha1sums=('4689b7c295d7a8d7326302dafecb812739617134'
+          '1e54ae50daa796ab0c29c8088f25e522dc6faa4a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/git-fixes.patch"
+  autoreconf -fi
+  ./configure --prefix=/usr
+  make
+  make DESTDIR="${pkgdir}" install
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}




More information about the arch-commits mailing list