[arch-commits] Commit in gts/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Wed May 30 19:25:06 UTC 2018
Date: Wednesday, May 30, 2018 @ 19:25:06
Author: bisson
Revision: 325178
archrelease: copy trunk to extra-x86_64
Added:
gts/repos/extra-x86_64/PKGBUILD
(from rev 325177, gts/trunk/PKGBUILD)
Deleted:
gts/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-30 19:24:19 UTC (rev 325177)
+++ PKGBUILD 2018-05-30 19:25:06 UTC (rev 325178)
@@ -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=4
-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=${LDFLAGS//--as-needed,}
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: gts/repos/extra-x86_64/PKGBUILD (from rev 325177, gts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-30 19:25:06 UTC (rev 325178)
@@ -0,0 +1,28 @@
+# $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=4
+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=${LDFLAGS//--as-needed,}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list