[arch-commits] Commit in gts/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Tue Dec 3 18:26:33 UTC 2019


    Date: Tuesday, December 3, 2019 @ 18:26:32
  Author: bisson
Revision: 370321

archrelease: copy trunk to extra-x86_64

Added:
  gts/repos/extra-x86_64/PKGBUILD
    (from rev 370320, gts/trunk/PKGBUILD)
Deleted:
  gts/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 ++++++++++++++++++++++++++++++----------------------------
 1 file changed, 30 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-03 18:26:11 UTC (rev 370320)
+++ PKGBUILD	2019-12-03 18:26:32 UTC (rev 370321)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Thomas Dziedzic <gostrc at gmail>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=gts
-pkgver=0.7.6
-pkgrel=5
-pkgdesc='Provides useful functions to deal with 3D surfaces meshed with interconnected triangles'
-url='http://gts.sourceforge.net/'
-license=('LGPL')
-arch=('x86_64')
-depends=('glib2')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('059c3e13e3e3b796d775ec9f96abdce8f2b3b5144df8514eda0cc12e13e8b81e')
-
-build() {
-	cd "${pkgname}-${pkgver}"
-	export LDFLAGS+=' -lm'
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: gts/repos/extra-x86_64/PKGBUILD (from rev 370320, gts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-03 18:26:32 UTC (rev 370321)
@@ -0,0 +1,30 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Thomas Dziedzic <gostrc at gmail>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=gts
+pkgver=0.7.6.121130
+_snap=gts-snapshot-121130
+pkgrel=1
+pkgdesc='Provides useful functions to deal with 3D surfaces meshed with interconnected triangles'
+url='http://gts.sourceforge.net/'
+license=('LGPL')
+arch=('x86_64')
+depends=('glib2' 'netpbm')
+#source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+source=("http://gts.sourceforge.net/tarballs/${_snap}.tar.gz")
+sha256sums=('c23f72ab74bbf65599f8c0b599d6336fabe1ec2a09c19b70544eeefdc069b73b')
+
+build() {
+#	cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/${_snap}"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+#	cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/${_snap}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list