[arch-commits] Commit in xf86-video-openchrome/trunk (LICENSE.txt PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Aug 31 15:53:31 UTC 2008


    Date: Sunday, August 31, 2008 @ 11:53:31
  Author: jgc
Revision: 11453

upgpkg: xf86-video-openchrome 0.2.903-1

Added:
  xf86-video-openchrome/trunk/LICENSE.txt
    (from rev 11302, openchrome/trunk/LICENSE.txt)
  xf86-video-openchrome/trunk/PKGBUILD
    (from rev 11302, openchrome/trunk/PKGBUILD)

-------------+
 LICENSE.txt |   26 ++++++++++++++++++++++++++
 PKGBUILD    |   29 +++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

Copied: xf86-video-openchrome/trunk/LICENSE.txt (from rev 11302, openchrome/trunk/LICENSE.txt)
===================================================================
--- LICENSE.txt	                        (rev 0)
+++ LICENSE.txt	2008-08-31 15:53:31 UTC (rev 11453)
@@ -0,0 +1,26 @@
+/*
+ * Copyright 2005-2007 The Openchrome Project  [openchrome.org]
+ * Copyright 2004-2006 Luc Verhaegen.
+ * Copyright 2004-2005 The Unichrome Project  [unichrome.sf.net]
+ * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
+ * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sub license,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice (including the
+ * next paragraph) shall be included in all copies or substantial portions
+ * of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
+ * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ * DEALINGS IN THE SOFTWARE.
+ */

Copied: xf86-video-openchrome/trunk/PKGBUILD (from rev 11302, openchrome/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2008-08-31 15:53:31 UTC (rev 11453)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Paul Mattal <paul at mattal.com>
+# Maintainer: Juergen Hoetzel <juergen at hoetzel.info>
+
+pkgname=xf86-video-openchrome
+pkgver=0.2.903
+pkgrel=1
+pkgdesc="X.Org Openchrome drivers"
+arch=(i686 x86_64)
+license=('custom')
+url="http://www.openchrome.org"
+depends=('unichrome-dri>=7.1')
+makedepends=('pkgconfig' 'xorg-server>=1.4.99.906' 'xf86driproto' 'xorg-util-macros' 'libxvmc' 'glproto' 'mesa>=7.1')
+replaces=('openchrome')
+options=('!libtool' 'force' '!makeflags')
+conflicts=('xf86-video-via' 'xf86-video-unichrome' 'openchrome' 'xorg-server<1.4.99.906')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.gz
+	LICENSE.txt)
+md5sums=('bcb3ba67e89824c132790c3a0365c6a5'
+         'addb3cf2671f4cf7e91156952de1627f')
+
+build() {
+  cd ${startdir}/src/${pkgname}-$pkgver || return 1
+  ./configure --prefix=/usr || return 1
+  make || return 1
+  make DESTDIR=${startdir}/pkg install || return 1
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgname}/COPYING || return 1
+}




More information about the arch-commits mailing list