summaryrefslogtreecommitdiff
path: root/community/gts/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gts/PKGBUILD')
-rw-r--r--community/gts/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/community/gts/PKGBUILD b/community/gts/PKGBUILD
deleted file mode 100644
index 11bf99e21..000000000
--- a/community/gts/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Juergen Hoetzel <juergen@archlinux.org>
-# Contributor: Tobias Kieslich <tobias@justdreams.de>
-
-pkgname=gts
-pkgver=0.7.6
-pkgrel=1
-pkgdesc='GNU Triangulated Surface Library.'
-arch=('i686' 'x86_64' 'mips64el')
-url='http://gts.sourceforge.net/'
-license=('LGPL')
-depends=('glib2')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('9f710aefd2ed9b3cc1b1216171fc5a8a')
-options=('!libtool')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure \
- --prefix=/usr
-
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR=${pkgdir} install
-}