* update gts to 0.7.6.121130-4

This commit is contained in:
Alexander Baldeck 2024-07-25 16:32:06 +02:00
parent 73abb561b4
commit 6904ee3449
2 changed files with 15 additions and 2 deletions

13
gts/.SRCINFO Normal file
View File

@ -0,0 +1,13 @@
pkgbase = gts
pkgdesc = Provides useful functions to deal with 3D surfaces meshed with interconnected triangles
pkgver = 0.7.6.121130
pkgrel = 4
url = http://gts.sourceforge.net/
arch = x86_64
license = LGPL
depends = glib2
depends = netpbm
source = http://gts.sourceforge.net/tarballs/gts-snapshot-121130.tar.gz
sha256sums = c23f72ab74bbf65599f8c0b599d6336fabe1ec2a09c19b70544eeefdc069b73b
pkgname = gts

View File

@ -7,7 +7,7 @@
pkgname=gts
pkgver=0.7.6.121130
_snap=gts-snapshot-121130
pkgrel=2
pkgrel=4
pkgdesc='Provides useful functions to deal with 3D surfaces meshed with interconnected triangles'
url='http://gts.sourceforge.net/'
license=('LGPL')
@ -20,7 +20,7 @@ sha256sums=('c23f72ab74bbf65599f8c0b599d6336fabe1ec2a09c19b70544eeefdc069b73b')
build() {
# cd "${srcdir}/${pkgname}-${pkgver}"
cd "${srcdir}/${_snap}"
./configure --prefix=/usr --build=$CHOST
./configure --prefix=/usr --build=${CHOST}
make
}