Date: Saturday, June 11, 2016 @ 13:17:06 Author: arojas Revision: 269332
archrelease: copy trunk to testing-i686, testing-x86_64 Added: libatomic_ops/repos/testing-i686/ libatomic_ops/repos/testing-i686/PKGBUILD (from rev 269331, libatomic_ops/trunk/PKGBUILD) libatomic_ops/repos/testing-x86_64/ libatomic_ops/repos/testing-x86_64/PKGBUILD (from rev 269331, libatomic_ops/trunk/PKGBUILD) -------------------------+ testing-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++ testing-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) Copied: libatomic_ops/repos/testing-i686/PKGBUILD (from rev 269331, libatomic_ops/trunk/PKGBUILD) =================================================================== --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-11 11:17:06 UTC (rev 269332) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Jan de Groot <j...@archlinux.org> +# Contributor: Adam Walters <abwalt...@abwalters.us> +# Contributor: William Rea <sillywi...@gmail.com> +# Contributor: Rémy Oudompheng <r...@archlinux.org> + +pkgname=libatomic_ops +pkgver=7.4.4 +_tag=$pkgname-${pkgver//./_} +pkgrel=1 +pkgdesc="Provides semi-portable access to hardware provided atomic memory operations" +arch=('i686' 'x86_64') +url="https://github.com/ivmai/libatomic_ops" +depends=('glibc') +license=('GPL2' 'MIT') +source=(https://github.com/ivmai/libatomic_ops/archive/$_tag.zip) +sha1sums=('62945dda97fe49f14415627e2b2803d9d953b32f') + +build() { + cd $pkgname-$_tag + ./autogen.sh + ./configure --prefix=/usr --disable-static --enable-shared + make +} + +check() { + cd $pkgname-$_tag + make check +} + +package() { + cd $pkgname-$_tag + make DESTDIR="$pkgdir" install + install -D -m644 doc/LICENSING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + rm -r "$pkgdir/usr/share/libatomic_ops" +} Copied: libatomic_ops/repos/testing-x86_64/PKGBUILD (from rev 269331, libatomic_ops/trunk/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-06-11 11:17:06 UTC (rev 269332) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Jan de Groot <j...@archlinux.org> +# Contributor: Adam Walters <abwalt...@abwalters.us> +# Contributor: William Rea <sillywi...@gmail.com> +# Contributor: Rémy Oudompheng <r...@archlinux.org> + +pkgname=libatomic_ops +pkgver=7.4.4 +_tag=$pkgname-${pkgver//./_} +pkgrel=1 +pkgdesc="Provides semi-portable access to hardware provided atomic memory operations" +arch=('i686' 'x86_64') +url="https://github.com/ivmai/libatomic_ops" +depends=('glibc') +license=('GPL2' 'MIT') +source=(https://github.com/ivmai/libatomic_ops/archive/$_tag.zip) +sha1sums=('62945dda97fe49f14415627e2b2803d9d953b32f') + +build() { + cd $pkgname-$_tag + ./autogen.sh + ./configure --prefix=/usr --disable-static --enable-shared + make +} + +check() { + cd $pkgname-$_tag + make check +} + +package() { + cd $pkgname-$_tag + make DESTDIR="$pkgdir" install + install -D -m644 doc/LICENSING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + rm -r "$pkgdir/usr/share/libatomic_ops" +}