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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Dec 5 15:42:27 UTC 2015


    Date: Saturday, December 5, 2015 @ 16:42:26
  Author: bpiotrowski
Revision: 148501

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  clthreads/repos/community-staging-i686/
  clthreads/repos/community-staging-i686/PKGBUILD
    (from rev 148499, clthreads/trunk/PKGBUILD)
  clthreads/repos/community-staging-x86_64/
  clthreads/repos/community-staging-x86_64/PKGBUILD
    (from rev 148500, clthreads/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: clthreads/repos/community-staging-i686/PKGBUILD (from rev 148499, clthreads/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-05 15:42:26 UTC (rev 148501)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer : 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=2
+pkgdesc="C++ wrapper library around the POSIX threads API"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/"
+license=('LGPL')
+depends=('gcc-libs')
+source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('90b650f1f5c9f39f4d77f73aca3c53be')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package(){
+  cd "$pkgname-$pkgver"
+  install -d "$pkgdir/usr/include"
+  make PREFIX="$pkgdir/usr" LIBDIR=lib install
+}

Copied: clthreads/repos/community-staging-x86_64/PKGBUILD (from rev 148500, clthreads/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-05 15:42:26 UTC (rev 148501)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer : 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=2
+pkgdesc="C++ wrapper library around the POSIX threads API"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/"
+license=('LGPL')
+depends=('gcc-libs')
+source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('90b650f1f5c9f39f4d77f73aca3c53be')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package(){
+  cd "$pkgname-$pkgver"
+  install -d "$pkgdir/usr/include"
+  make PREFIX="$pkgdir/usr" LIBDIR=lib install
+}



More information about the arch-commits mailing list