[arch-commits] Commit in glproto/trunk (COPYING PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Aug 23 08:14:12 UTC 2010


    Date: Monday, August 23, 2010 @ 04:14:12
  Author: jgc
Revision: 88388

upgpkg: glproto 1.4.12-1
Update to 1.4.12

Modified:
  glproto/trunk/PKGBUILD
Deleted:
  glproto/trunk/COPYING

----------+
 COPYING  |   27 ---------------------------
 PKGBUILD |   19 +++++++++----------
 2 files changed, 9 insertions(+), 37 deletions(-)

Deleted: COPYING
===================================================================
--- COPYING	2010-08-23 08:12:07 UTC (rev 88387)
+++ COPYING	2010-08-23 08:14:12 UTC (rev 88388)
@@ -1,27 +0,0 @@
- SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
- Copyright (C) 1991-2000 Silicon 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, sublicense,
- 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 including the dates of first publication and
- either this permission notice or a reference to
- http://oss.sgi.com/projects/FreeB/
- 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 NONINFRINGEMENT. IN NO EVENT SHALL
- SILICON GRAPHICS, INC. 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.
-
- Except as contained in this notice, the name of Silicon Graphics, Inc.
- shall not be used in advertising or otherwise to promote the sale, use or
- other dealings in this Software without prior written authorization from
- Silicon Graphics, Inc.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-23 08:12:07 UTC (rev 88387)
+++ PKGBUILD	2010-08-23 08:14:12 UTC (rev 88388)
@@ -1,23 +1,22 @@
 # $Id$
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Alexander Baldeck <alexander at archlinux.org>
+
 pkgname=glproto
-pkgver=1.4.11
-pkgrel=2
+pkgver=1.4.12
+pkgrel=1
 pkgdesc="X11 OpenGL extension wire protocol"
 arch=(any)
 url="http://xorg.freedesktop.org/"
 license=('custom')
-source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2
-        COPYING)
-md5sums=('78e7c4dc7dcb74b1869fee7897e00f59'
-         'a2228066bf4e15d351290deec0d9c250')
+source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('50f8bdae2c71b4bc4df421102f5f08a3fc417779')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr
+  make
+  make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 "${srcdir}/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
+  install -m644 "COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/"
 }




More information about the arch-commits mailing list