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

David Runge dvzrv at archlinux.org
Mon Dec 18 10:02:12 UTC 2017


    Date: Monday, December 18, 2017 @ 10:02:11
  Author: dvzrv
Revision: 274721

archrelease: copy trunk to community-testing-x86_64

Added:
  clthreads/repos/community-testing-x86_64/PKGBUILD
    (from rev 274720, clthreads/trunk/PKGBUILD)
Deleted:
  clthreads/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-18 10:01:58 UTC (rev 274720)
+++ PKGBUILD	2017-12-18 10:02:11 UTC (rev 274721)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: Christoph Zeiler <rabyte*gmail>
-# Contributor: Tom K <tomk at runbox.com>
-# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-# Contributor: Philipp Überbacher <murks at lavabit dot com>
-
-pkgname=clthreads
-pkgver=2.4.0
-pkgrel=3
-pkgdesc="C++ wrapper library around the POSIX threads API"
-arch=('x86_64')
-url="http://kokkinizita.linuxaudio.org/linuxaudio/"
-license=('LGPL')
-depends=('gcc-libs')
-source=("${url}downloads/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('c307d9611e0530469b36367f05721e6676d7bb186be97d38b851e66d9f670663ceceedf065823b27ac5864725d52cc2f462fd8d96f1398a202e30d82910ec58b')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package(){
-  cd "${pkgname}-${pkgver}"
-  # mandatory fix for broken Makefile behavior (upstream fix is requested)
-  install -d "${pkgdir}/usr/include"
-  make PREFIX="${pkgdir}/usr" LIBDIR=lib install
-}

Copied: clthreads/repos/community-testing-x86_64/PKGBUILD (from rev 274720, clthreads/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-18 10:02:11 UTC (rev 274721)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Christoph Zeiler <rabyte*gmail>
+# Contributor: Tom K <tomk at runbox.com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+# Contributor: Philipp Überbacher <murks at lavabit dot com>
+
+pkgname=clthreads
+pkgver=2.4.0
+pkgrel=4
+pkgdesc="C++ wrapper library around the POSIX threads API"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/"
+license=('LGPL')
+depends=('gcc-libs')
+source=("${url}downloads/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('c307d9611e0530469b36367f05721e6676d7bb186be97d38b851e66d9f670663ceceedf065823b27ac5864725d52cc2f462fd8d96f1398a202e30d82910ec58b')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package(){
+  cd "${pkgname}-${pkgver}"
+  # mandatory fix for broken Makefile behavior (upstream fix is requested)
+  install -d "${pkgdir}/usr/include"
+  make PREFIX="${pkgdir}/usr" LIBDIR=lib install
+}



More information about the arch-commits mailing list