[arch-commits] Commit in ntl/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Sep 11 16:41:49 UTC 2018


    Date: Tuesday, September 11, 2018 @ 16:41:48
  Author: arojas
Revision: 379753

archrelease: copy trunk to community-x86_64

Added:
  ntl/repos/community-x86_64/PKGBUILD
    (from rev 379752, ntl/trunk/PKGBUILD)
Deleted:
  ntl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-11 16:41:24 UTC (rev 379752)
+++ PKGBUILD	2018-09-11 16:41:48 UTC (rev 379753)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Brad Conte <brad AT bradconte.com>
-
-pkgname=ntl
-pkgver=11.3.0
-pkgrel=1
-pkgdesc="A Library for doing Number Theory"
-arch=(x86_64)
-url="http://www.shoup.net/ntl/"
-license=(LGPL)
-depends=(gf2x gmp)
-makedepends=()
-source=("http://www.shoup.net/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('3ae0d3647e5d52bc0907e1f4cb4a958460ee8e5b3c9862c1a4b8e9f0f75891dd')
-
-build() {
-  cd $pkgname-$pkgver/src
-  ./configure DEF_PREFIX=/usr SHARED=on NTL_GF2X_LIB=on NATIVE=off TUNE=generic
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver/src
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver/src
-  make PREFIX="$pkgdir/usr" install
-}

Copied: ntl/repos/community-x86_64/PKGBUILD (from rev 379752, ntl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-11 16:41:48 UTC (rev 379753)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Brad Conte <brad AT bradconte.com>
+
+pkgname=ntl
+pkgver=11.3.0
+pkgrel=2
+pkgdesc="A Library for doing Number Theory"
+arch=(x86_64)
+url="http://www.shoup.net/ntl/"
+license=(LGPL)
+depends=(gf2x gmp)
+makedepends=()
+source=("http://www.shoup.net/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('3ae0d3647e5d52bc0907e1f4cb4a958460ee8e5b3c9862c1a4b8e9f0f75891dd')
+
+build() {
+  cd $pkgname-$pkgver/src
+  ./configure DEF_PREFIX=/usr SHARED=on NTL_GF2X_LIB=on NATIVE=off TUNE=generic LDLIBS="-lpthread"
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver/src
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver/src
+  make PREFIX="$pkgdir/usr" install
+}



More information about the arch-commits mailing list