[arch-commits] CVS update of extra/lib/gts (PKGBUILD)
Eric Belanger
eric at archlinux.org
Wed Jul 4 02:01:35 UTC 2007
Date: Tuesday, July 3, 2007 @ 22:01:35
Author: eric
Path: /home/cvs-extra/extra/lib/gts
Modified: PKGBUILD (1.6 -> 1.7)
upgpkg: gts 0.7.6-1
added license
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Index: extra/lib/gts/PKGBUILD
diff -u extra/lib/gts/PKGBUILD:1.6 extra/lib/gts/PKGBUILD:1.7
--- extra/lib/gts/PKGBUILD:1.6 Tue Jul 3 12:23:35 2007
+++ extra/lib/gts/PKGBUILD Tue Jul 3 22:01:35 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.6 2007/07/03 16:23:35 juergen Exp $
+# $Id: PKGBUILD,v 1.7 2007/07/04 02:01:35 eric Exp $
# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
# Contributor: Tobias Kieslich <tobias at justdreams.de>
@@ -6,9 +6,11 @@
pkgver=0.7.6
pkgrel=1
pkgdesc="GNU Triangulated Surface Library"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://gts.sourceforge.net/"
+license=('LGPL')
depends=('glib2' 'bash')
+options=('!libtool')
source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('9f710aefd2ed9b3cc1b1216171fc5a8a')
@@ -17,6 +19,5 @@
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
- find $startdir/pkg -name '*.la' -exec rm {} \;
}
# vim: ft=sh ts=2 et
More information about the arch-commits
mailing list