* update gts to 0.7.6.121130-4
This commit is contained in:
parent
73abb561b4
commit
6904ee3449
13
gts/.SRCINFO
Normal file
13
gts/.SRCINFO
Normal 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
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user