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

Felix Yan fyan at nymeria.archlinux.org
Wed May 14 03:38:54 UTC 2014


    Date: Wednesday, May 14, 2014 @ 05:38:53
  Author: fyan
Revision: 111111

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

Added:
  libsodium/repos/community-i686/PKGBUILD
    (from rev 111110, libsodium/trunk/PKGBUILD)
  libsodium/repos/community-x86_64/PKGBUILD
    (from rev 111110, libsodium/trunk/PKGBUILD)
Deleted:
  libsodium/repos/community-i686/PKGBUILD
  libsodium/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   82 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   37 -------------------
 community-x86_64/PKGBUILD |   37 -------------------
 3 files changed, 82 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-05-14 03:37:02 UTC (rev 111110)
+++ community-i686/PKGBUILD	2014-05-14 03:38:53 UTC (rev 111111)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: namelessjon <jonathan.stott at gmail.com>
-# Contributor: Alessio Sergi <asergi at archlinux dot us>
-
-pkgname=libsodium
-pkgver=0.4.5
-pkgrel=2
-pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
-arch=('i686' 'x86_64')
-url="https://github.com/jedisct1/libsodium"
-license=('custom:ISC')
-depends=('glibc')
-source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./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:
-sha512sums=('6105bb91982e040420312f042bb71547f0208ed9b2928b1740a68134b82dd4566f18c0761b8959a85d13b6770edbd977d989bc74eabc9bfa5e0000f5ab5c7b32')

Copied: libsodium/repos/community-i686/PKGBUILD (from rev 111110, libsodium/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-05-14 03:38:53 UTC (rev 111111)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: namelessjon <jonathan.stott at gmail.com>
+# Contributor: Alessio Sergi <asergi at archlinux dot us>
+
+pkgname=libsodium
+pkgver=0.5.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)
+
+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:
+sha512sums=('6a483a4699daaa9f047fd362b405b21eb058c44e240f0f910fbd2167239f51bc092e807f875fc971a1e70decc6fa861b6904bef86156b27790960aba88ce253a')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-05-14 03:37:02 UTC (rev 111110)
+++ community-x86_64/PKGBUILD	2014-05-14 03:38:53 UTC (rev 111111)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: namelessjon <jonathan.stott at gmail.com>
-# Contributor: Alessio Sergi <asergi at archlinux dot us>
-
-pkgname=libsodium
-pkgver=0.4.5
-pkgrel=2
-pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
-arch=('i686' 'x86_64')
-url="https://github.com/jedisct1/libsodium"
-license=('custom:ISC')
-depends=('glibc')
-source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./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:
-sha512sums=('6105bb91982e040420312f042bb71547f0208ed9b2928b1740a68134b82dd4566f18c0761b8959a85d13b6770edbd977d989bc74eabc9bfa5e0000f5ab5c7b32')

Copied: libsodium/repos/community-x86_64/PKGBUILD (from rev 111110, libsodium/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-05-14 03:38:53 UTC (rev 111111)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: namelessjon <jonathan.stott at gmail.com>
+# Contributor: Alessio Sergi <asergi at archlinux dot us>
+
+pkgname=libsodium
+pkgver=0.5.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)
+
+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:
+sha512sums=('6a483a4699daaa9f047fd362b405b21eb058c44e240f0f910fbd2167239f51bc092e807f875fc971a1e70decc6fa861b6904bef86156b27790960aba88ce253a')




More information about the arch-commits mailing list