[arch-commits] Commit in npth/repos (6 files)

Gaetan Bisson bisson at archlinux.org
Sat Nov 15 03:53:43 UTC 2014


    Date: Saturday, November 15, 2014 @ 04:53:42
  Author: bisson
Revision: 226273

db-move: moved npth from [testing] to [core] (i686, x86_64)

Added:
  npth/repos/core-i686/
  npth/repos/core-i686/PKGBUILD
    (from rev 226272, npth/repos/testing-i686/PKGBUILD)
  npth/repos/core-x86_64/
  npth/repos/core-x86_64/PKGBUILD
    (from rev 226272, npth/repos/testing-x86_64/PKGBUILD)
Deleted:
  npth/repos/testing-i686/
  npth/repos/testing-x86_64/

----------------------+
 core-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 core-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: npth/repos/core-i686/PKGBUILD (from rev 226272, npth/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2014-11-15 03:53:42 UTC (rev 226273)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=npth
+pkgver=1.1
+pkgrel=1
+pkgdesc='New portable threads library'
+url='http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git'
+license=('LGPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('597ce74402e5790553a6273130b214d7ddd0b05d')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr --enable-maintainer-mode
+	make
+}
+
+check() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make check
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Copied: npth/repos/core-x86_64/PKGBUILD (from rev 226272, npth/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2014-11-15 03:53:42 UTC (rev 226273)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=npth
+pkgver=1.1
+pkgrel=1
+pkgdesc='New portable threads library'
+url='http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git'
+license=('LGPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('597ce74402e5790553a6273130b214d7ddd0b05d')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr --enable-maintainer-mode
+	make
+}
+
+check() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make check
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list