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

Eric Bélanger eric at archlinux.org
Tue Feb 17 04:59:04 UTC 2009


    Date: Monday, February 16, 2009 @ 23:59:03
  Author: eric
Revision: 27223

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

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r27222 | eric | 2009-02-16 23:58:40 -0500 (Mon, 16 Feb 2009) | 2 lines
  
  upgpkg: glew 1.5.1-1
      Upstream update, fixed license, added hd2u makedepends
........

Modified:
  glew/repos/extra-x86_64/	(properties)
  glew/repos/extra-x86_64/PKGBUILD
Deleted:
  glew/repos/extra-x86_64/license.txt

-------------+
 PKGBUILD    |   14 ++++++++------
 license.txt |   28 ----------------------------
 2 files changed, 8 insertions(+), 34 deletions(-)


Property changes on: glew/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /glew/trunk:1
   + /glew/trunk:1-27222

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-02-17 04:58:40 UTC (rev 27222)
+++ extra-x86_64/PKGBUILD	2009-02-17 04:59:03 UTC (rev 27223)
@@ -3,19 +3,21 @@
 # Contributor: SleepyDog
 
 pkgname=glew
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="A cross-platform C/C++ extension loading library"
 arch=('i686' 'x86_64')
 url="http://glew.sourceforge.net"
+license=('BSD' 'MIT' 'GPL')
 depends=('libxmu' 'libxi' 'mesa')
-license=('custom')
-source=(http://dl.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tgz license.txt)
-md5sums=('3fececda0151b060c08ffd8a12892741' '5539e73b829f051bc6436c61fedc53ba')
+makedepends=('hd2u')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tgz)
+md5sums=('759a59853dfaae4d007b414a3c1712f2')
 
 build() {
   cd ${startdir}/src/${pkgname}
+  dos2unix config/config.guess
   make || return 1
-  make GLEW_DEST=${startdir}/pkg/usr LIBDIR=${startdir}/pkg/usr/lib install
-  install -D -m644 ${startdir}/src/license.txt ${startdir}/pkg/usr/share/licenses/${pkgname}/license.txt
+  make GLEW_DEST=${startdir}/pkg/usr LIBDIR=${startdir}/pkg/usr/lib install || return 1
+  install -D -m644 LICENSE.txt ${startdir}/pkg/usr/share/licenses/${pkgname}/LICENSE.txt || return 1
 }

Deleted: extra-x86_64/license.txt
===================================================================
--- extra-x86_64/license.txt	2009-02-17 04:58:40 UTC (rev 27222)
+++ extra-x86_64/license.txt	2009-02-17 04:59:03 UTC (rev 27223)
@@ -1,28 +0,0 @@
-## The OpenGL Extension Wrangler Library
-## Copyright (C) 2002-2007, Milan Ikits <milan ikits[]ieee org>
-## Copyright (C) 2002-2007, Marcelo E. Magallon <mmagallo[]debian org>
-## Copyright (C) 2002, Lev Povalahev
-## All rights reserved.
-## 
-## Redistribution and use in source and binary forms, with or without 
-## modification, are permitted provided that the following conditions are met:
-## 
-## * Redistributions of source code must retain the above copyright notice, 
-##   this list of conditions and the following disclaimer.
-## * Redistributions in binary form must reproduce the above copyright notice, 
-##   this list of conditions and the following disclaimer in the documentation 
-##   and/or other materials provided with the distribution.
-## * The name of the author may be used to endorse or promote products 
-##   derived from this software without specific prior written permission.
-##
-## THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
-## AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
-## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-## ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
-## LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
-## CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
-## SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-## INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-## CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-## ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
-## THE POSSIBILITY OF SUCH DAMAGE.




More information about the arch-commits mailing list