summaryrefslogtreecommitdiff
path: root/community/glee/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/glee/PKGBUILD')
-rw-r--r--community/glee/PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/community/glee/PKGBUILD b/community/glee/PKGBUILD
index 4f89ad918..ba290ee81 100644
--- a/community/glee/PKGBUILD
+++ b/community/glee/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 86549 2013-03-19 04:49:29Z speps $
+# $Id: PKGBUILD 114926 2014-07-04 16:20:22Z speps $
# Maintainer : speps <speps at aur dot archlinux dot org>
pkgname=glee
pkgver=5.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Free cross-platform extension loading library for OpenGL"
arch=('i686' 'x86_64')
url="http://elf-stone.com/glee.php"
@@ -19,12 +19,10 @@ source=("http://pkgs.fedoraproject.org/repo/pkgs/GLee/$_spkg/$md5sums/$_spkg"
glee.pc Makefile) # implement FS#32670 + fix TEXTREL for i686
build() {
- cd "$srcdir"
make
}
package() {
- cd "$srcdir"
make DESTDIR="$pkgdir/" install
}