# $Id$ # Maintainer: Gaetan Bisson # Contributor: Thomas Dziedzic # Contributor: Juergen Hoetzel # Contributor: Tobias Kieslich pkgname=gts pkgver=0.7.6 pkgrel=3 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') build() { cd "${pkgname}-${pkgver}" export LDFLAGS=${LDFLAGS//--as-needed,} ./configure --prefix=/usr make } package() { cd "${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }