# $Id: PKGBUILD 143014 2011-11-20 23:59:13Z bisson $ # Maintainer: Gaetan Bisson # Contributor: Thomas Dziedzic # Contributor: Juergen Hoetzel # Contributor: Tobias Kieslich pkgname=gts pkgver=0.7.6 pkgrel=2 pkgdesc='Provides useful functions to deal with 3D surfaces meshed with interconnected triangles' url='http://gts.sourceforge.net/' license=('LGPL') arch=('i686' 'x86_64') depends=('glib2') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") sha1sums=('000720bebecf0b153eb28260bd30fbd979dcc040') options=('!libtool') build() { cd "${pkgname}-${pkgver}" ./configure --prefix=/usr --disable-static make } package() { cd "${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }