[arch-commits] Commit in npth/trunk (PKGBUILD)
Gaetan Bisson
bisson at archlinux.org
Mon Nov 10 23:08:28 UTC 2014
Date: Tuesday, November 11, 2014 @ 00:08:28
Author: bisson
Revision: 225940
upstream update, meant for [core] as dep of gnupg-2.1
Modified:
npth/trunk/PKGBUILD
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-11-10 23:07:24 UTC (rev 225939)
+++ PKGBUILD 2014-11-10 23:08:28 UTC (rev 225940)
@@ -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