Date: Tuesday, August 13, 2013 @ 05:29:13 Author: speps Revision: 95501
archrelease: copy trunk to community-i686, community-x86_64 Added: clthreads/repos/community-i686/ clthreads/repos/community-i686/PKGBUILD (from rev 95500, clthreads/trunk/PKGBUILD) clthreads/repos/community-x86_64/ clthreads/repos/community-x86_64/PKGBUILD (from rev 95500, clthreads/trunk/PKGBUILD) ---------------------------+ community-i686/PKGBUILD | 28 ++++++++++++++++++++++++++++ community-x86_64/PKGBUILD | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) Copied: clthreads/repos/community-i686/PKGBUILD (from rev 95500, clthreads/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-08-13 03:29:13 UTC (rev 95501) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer : speps <speps at aur dot archlinux dot org> +# Contributor: Christoph Zeiler <rabyte*gmail> +# Contributor: Tom K <t...@runbox.com> +# Contributor: Shinlun Hsieh <yngwi...@yahoo.com.tw> +# Contributor: Philipp Überbacher <murks at lavabit dot com> + +pkgname=clthreads +pkgver=2.4.0 +pkgrel=1 +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-x86_64/PKGBUILD (from rev 95500, clthreads/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-08-13 03:29:13 UTC (rev 95501) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer : speps <speps at aur dot archlinux dot org> +# Contributor: Christoph Zeiler <rabyte*gmail> +# Contributor: Tom K <t...@runbox.com> +# Contributor: Shinlun Hsieh <yngwi...@yahoo.com.tw> +# Contributor: Philipp Überbacher <murks at lavabit dot com> + +pkgname=clthreads +pkgver=2.4.0 +pkgrel=1 +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 +}