New package: gts-0.7.6

closes #2734
This commit is contained in:
eater 2018-08-16 17:26:12 +02:00 committed by maxice8
parent ef84dc8df6
commit 32edac01a2
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
3 changed files with 28 additions and 0 deletions

View file

@ -1129,6 +1129,7 @@ liblab_gamut.so.1 graphviz-libs-2.40.1_1
libflowcanvas.so.5 flowcanvas-0.7.1_1
liblash.so.1 ladish-1_1
libmowgli-2.so.0 libmowgli-2.0.0_1
libgts-0.7.so.5 gts-0.7.6_1
libguess.so.1 libguess-1.1_1
libaudcore.so.5 audacious-3.9_1
libaudgui.so.5 audacious-3.9_1

1
srcpkgs/gts-devel Symbolic link
View file

@ -0,0 +1 @@
gts

26
srcpkgs/gts/template Normal file
View file

@ -0,0 +1,26 @@
# Template file for 'gts'
pkgname=gts
version=0.7.6
revision=1
build_style=gnu-configure
hostmakedepends="glib-devel pkg-config"
makedepends="libglib-devel"
short_desc="The GNU Triangulated Surface Library"
maintainer="eater <=@eater.me>"
license="LGPL-3.0-or-later"
homepage="http://gts.sourceforge.net/index.html"
distfiles="https://netcologne.dl.sourceforge.net/project/gts/gts/${version}/gts-${version}.tar.gz"
checksum=059c3e13e3e3b796d775ec9f96abdce8f2b3b5144df8514eda0cc12e13e8b81e
nocross="Tries to execute cross-compiled code"
gts-devel_package() {
depends="gts-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/aclocal
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
}
}