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

Jan de Groot jgc at archlinux.org
Tue Aug 30 08:45:10 UTC 2011


    Date: Tuesday, August 30, 2011 @ 04:45:10
  Author: jgc
Revision: 136514

db-move: moved xf86-video-rendition from [staging] to [testing] (i686)

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

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

Copied: xf86-video-rendition/repos/testing-i686/PKGBUILD (from rev 136477, xf86-video-rendition/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-08-30 08:45:10 UTC (rev 136514)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xf86-video-rendition
+pkgver=4.2.4
+pkgrel=5
+pkgdesc="X.org Rendition video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel>=1.11.0')
+conflicts=('xorg-server<1.11.0')
+options=('!libtool' '!strip')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('16148c25183f7829c22bc9dfdb588c1a16bf4565')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+
+  strip --strip-unneeded "${pkgdir}/usr/lib/xorg/modules/drivers/rendition_drv.so"
+}




More information about the arch-commits mailing list