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

Eric Bélanger eric at archlinux.org
Wed Apr 8 09:21:17 UTC 2009


    Date: Wednesday, April 8, 2009 @ 05:21:17
  Author: eric
Revision: 34224

upgpkg: gtkglarea 1.2.3-3
    Fixed license, Updated url

Modified:
  gtkglarea/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-08 09:08:10 UTC (rev 34223)
+++ PKGBUILD	2009-04-08 09:21:17 UTC (rev 34224)
@@ -4,19 +4,19 @@
 
 pkgname=gtkglarea
 pkgver=1.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="GTK/GL Area libraries"
+arch=('i686' 'x86_64')
+url="http://mono-project.com/GtkGLArea"
+license=('LGPL')
 depends=('glut' 'gtk')
-source=(http://freeware.sgi.com/source/gtkglarea//$pkgname-$pkgver.tar.gz)
-url="http://freshmeat.net/projects/gtkglarea/?topic_id=809"
-arch=('i686' 'x86_64')
-options=(!libtool)
-license=('GPL')
+options=('!libtool')
+source=(http://freeware.sgi.com/source/gtkglarea/$pkgname-$pkgver.tar.gz)
 md5sums=('44f6804c1a9db61393e18680c81ae602')
 
 build() {
-	cd $startdir/src/$pkgname-$pkgver
-	./configure --prefix=/usr --with-gl
-	make || return 1
-	make prefix=$startdir/pkg/usr install
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-gl || return 1
+  make || return 1
+  make DESTDIR=$pkgdir install || return 1
 }




More information about the arch-commits mailing list