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

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


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

upgpkg: glproto 1.4.10-1
    Add license

Added:
  glproto/trunk/COPYING
Modified:
  glproto/trunk/PKGBUILD

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

Added: COPYING
===================================================================
--- COPYING	                        (rev 0)
+++ COPYING	2009-05-28 20:58:28 UTC (rev 40203)
@@ -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: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-28 20:52:43 UTC (rev 40202)
+++ PKGBUILD	2009-05-28 20:58:28 UTC (rev 40203)
@@ -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