[arch-commits] Commit in glew/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Mon Jun 21 19:36:25 UTC 2010
Date: Monday, June 21, 2010 @ 15:36:25
Author: ibiru
Revision: 83471
upgpkg: glew 1.5.4-1
update to 1.5.4 and added pkgconfig support
Modified:
glew/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-06-21 18:57:24 UTC (rev 83470)
+++ PKGBUILD 2010-06-21 19:36:25 UTC (rev 83471)
@@ -3,7 +3,7 @@
# Contributor: SleepyDog
pkgname=glew
-pkgver=1.5.2
+pkgver=1.5.4
pkgrel=1
pkgdesc="A cross-platform C/C++ extension loading library"
arch=('i686' 'x86_64')
@@ -11,11 +11,14 @@
license=('BSD' 'MIT' 'GPL')
depends=('libxmu' 'libxi' 'mesa')
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
-md5sums=('310916d887253dc9f4be6ab13501603a')
+md5sums=('492ddb502d7db58924a6fcb244ad4be4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ sed -i 's|lib64|lib|' config/Makefile.linux
+ install -dm755 ${pkgdir}/usr/lib/pkgconfig
+
make || return 1
make GLEW_DEST=${pkgdir}/usr LIBDIR=${pkgdir}/usr/lib install || return 1
install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1
More information about the arch-commits
mailing list