[arch-commits] Commit in clthreads/repos (2 files)

David Runge dvzrv at archlinux.org
Sat Dec 2 19:00:30 UTC 2017


    Date: Saturday, December 2, 2017 @ 19:00:29
  Author: dvzrv
Revision: 271912

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: clthreads/repos/community-testing-x86_64/PKGBUILD (from rev 271911, clthreads/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-02 19:00:29 UTC (rev 271912)
@@ -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=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
+}



More information about the arch-commits mailing list