Date: Saturday, September 20, 2014 @ 08:01:09 Author: fyan Revision: 119310
archrelease: copy trunk to community-i686, community-x86_64 Added: libsodium/repos/community-i686/PKGBUILD (from rev 119309, libsodium/trunk/PKGBUILD) libsodium/repos/community-x86_64/PKGBUILD (from rev 119309, libsodium/trunk/PKGBUILD) Deleted: libsodium/repos/community-i686/PKGBUILD libsodium/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 82 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 41 ---------------------- community-x86_64/PKGBUILD | 41 ---------------------- 3 files changed, 82 insertions(+), 82 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2014-09-20 06:00:35 UTC (rev 119309) +++ community-i686/PKGBUILD 2014-09-20 06:01:09 UTC (rev 119310) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@gmail.com> -# Contributor: namelessjon <jonathan.st...@gmail.com> -# Contributor: Alessio Sergi <asergi at archlinux dot us> - -pkgname=libsodium -pkgver=0.7.0 -pkgrel=1 -pkgdesc="P(ortable|ackageable) NaCl-based crypto library" -arch=('i686' 'x86_64') -url="https://github.com/jedisct1/libsodium" -license=('custom:ISC') -depends=('glibc') -#makedepends=('clang') -source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz") -sha512sums=('3b1a976ac83e2a740cc462f0589abcfe85604357e601f976b3d7f9d2aec7fca4705871f0fb937d6f9321102a5cc80b0cee6ec9c7864ce9d2c4735e20885b39ff') - -build() { - cd "$pkgname-$pkgver" - #export CC=clang - #CFLAGS=${CFLAGS/-fstack-protector-strong/} - - ./configure --prefix=/usr - make -} - -check() { - cd "$pkgname-$pkgver" - make check -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - - # install license - install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname" - install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: libsodium/repos/community-i686/PKGBUILD (from rev 119309, libsodium/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-09-20 06:01:09 UTC (rev 119310) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@gmail.com> +# Contributor: namelessjon <jonathan.st...@gmail.com> +# Contributor: Alessio Sergi <asergi at archlinux dot us> + +pkgname=libsodium +pkgver=0.7.1 +pkgrel=1 +pkgdesc="P(ortable|ackageable) NaCl-based crypto library" +arch=('i686' 'x86_64') +url="https://github.com/jedisct1/libsodium" +license=('custom:ISC') +depends=('glibc') +#makedepends=('clang') +source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz") +sha512sums=('73d967b26e5e000d4fd6f811b22c6147e8dff8a83790b41883d7c0afa42c792ac30bb9307153e47a0b8f658f6d7d11c55928525c782aba8db330e25de12411cd') + +build() { + cd "$pkgname-$pkgver" + #export CC=clang + #CFLAGS=${CFLAGS/-fstack-protector-strong/} + + ./configure --prefix=/usr + make +} + +check() { + cd "$pkgname-$pkgver" + make check +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + + # install license + install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname" + install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2014-09-20 06:00:35 UTC (rev 119309) +++ community-x86_64/PKGBUILD 2014-09-20 06:01:09 UTC (rev 119310) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@gmail.com> -# Contributor: namelessjon <jonathan.st...@gmail.com> -# Contributor: Alessio Sergi <asergi at archlinux dot us> - -pkgname=libsodium -pkgver=0.7.0 -pkgrel=1 -pkgdesc="P(ortable|ackageable) NaCl-based crypto library" -arch=('i686' 'x86_64') -url="https://github.com/jedisct1/libsodium" -license=('custom:ISC') -depends=('glibc') -#makedepends=('clang') -source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz") -sha512sums=('3b1a976ac83e2a740cc462f0589abcfe85604357e601f976b3d7f9d2aec7fca4705871f0fb937d6f9321102a5cc80b0cee6ec9c7864ce9d2c4735e20885b39ff') - -build() { - cd "$pkgname-$pkgver" - #export CC=clang - #CFLAGS=${CFLAGS/-fstack-protector-strong/} - - ./configure --prefix=/usr - make -} - -check() { - cd "$pkgname-$pkgver" - make check -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - - # install license - install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname" - install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: libsodium/repos/community-x86_64/PKGBUILD (from rev 119309, libsodium/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2014-09-20 06:01:09 UTC (rev 119310) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@gmail.com> +# Contributor: namelessjon <jonathan.st...@gmail.com> +# Contributor: Alessio Sergi <asergi at archlinux dot us> + +pkgname=libsodium +pkgver=0.7.1 +pkgrel=1 +pkgdesc="P(ortable|ackageable) NaCl-based crypto library" +arch=('i686' 'x86_64') +url="https://github.com/jedisct1/libsodium" +license=('custom:ISC') +depends=('glibc') +#makedepends=('clang') +source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz") +sha512sums=('73d967b26e5e000d4fd6f811b22c6147e8dff8a83790b41883d7c0afa42c792ac30bb9307153e47a0b8f658f6d7d11c55928525c782aba8db330e25de12411cd') + +build() { + cd "$pkgname-$pkgver" + #export CC=clang + #CFLAGS=${CFLAGS/-fstack-protector-strong/} + + ./configure --prefix=/usr + make +} + +check() { + cd "$pkgname-$pkgver" + make check +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + + # install license + install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname" + install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: