[arch-commits] Commit in glproto/repos (3 files)

Jan de Groot jgc at archlinux.org
Thu May 28 20:58:44 UTC 2009


    Date: Thursday, May 28, 2009 @ 16:58:44
  Author: jgc
Revision: 40204

Merged revisions 356,40203 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/glproto/trunk

........
  r356 | aaron | 2008-04-19 00:56:27 +0200 (Sat, 19 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r40203 | jgc | 2009-05-28 22:58:28 +0200 (Thu, 28 May 2009) | 2 lines
  
  upgpkg: glproto 1.4.10-1
      Add license
........

Added:
  glproto/repos/extra-i686/COPYING
    (from rev 40203, glproto/trunk/COPYING)
Modified:
  glproto/repos/extra-i686/	(properties)
  glproto/repos/extra-i686/PKGBUILD

----------+
 COPYING  |   27 +++++++++++++++++++++++++++
 PKGBUILD |   16 +++++++++-------
 2 files changed, 36 insertions(+), 7 deletions(-)


Property changes on: glproto/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /glproto/trunk:1
   + /glproto/trunk:1-40203

Copied: glproto/repos/extra-i686/COPYING (from rev 40203, glproto/trunk/COPYING)
===================================================================
--- extra-i686/COPYING	                        (rev 0)
+++ extra-i686/COPYING	2009-05-28 20:58:44 UTC (rev 40204)
@@ -0,0 +1,27 @@
+ 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: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-05-28 20:58:28 UTC (rev 40203)
+++ extra-i686/PKGBUILD	2009-05-28 20:58:44 UTC (rev 40204)
@@ -2,19 +2,21 @@
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=glproto
-pkgver=1.4.9
+pkgver=1.4.10
 pkgrel=1
 pkgdesc="X11 OpenGL extension wire protocol"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
 license=('custom')
-source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2
+	COPYING)
+md5sums=('c9f8cebfba72bfab674bc0170551fb8d' 'a2228066bf4e15d351290deec0d9c250')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install || return 1
+  make DESTDIR="${pkgdir}" install || return 1
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 "${srcdir}/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
 }
-
-md5sums=('e60951628422663e60faeb400f27bac1')




More information about the arch-commits mailing list