[arch-commits] Commit in crypto++/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Tue Oct 11 18:37:31 UTC 2016
Date: Tuesday, October 11, 2016 @ 18:37:30
Author: arojas
Revision: 278285
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
crypto++/repos/extra-i686/PKGBUILD
(from rev 278284, crypto++/trunk/PKGBUILD)
crypto++/repos/extra-i686/libcrypto++.pc
(from rev 278284, crypto++/trunk/libcrypto++.pc)
crypto++/repos/extra-x86_64/PKGBUILD
(from rev 278284, crypto++/trunk/PKGBUILD)
crypto++/repos/extra-x86_64/libcrypto++.pc
(from rev 278284, crypto++/trunk/libcrypto++.pc)
Deleted:
crypto++/repos/extra-i686/PKGBUILD
crypto++/repos/extra-i686/libcrypto++.pc
crypto++/repos/extra-x86_64/PKGBUILD
crypto++/repos/extra-x86_64/libcrypto++.pc
-----------------------------+
/PKGBUILD | 68 ++++++++++++++++++++++++++++++++++++++++++
/libcrypto++.pc | 22 +++++++++++++
extra-i686/PKGBUILD | 34 ---------------------
extra-i686/libcrypto++.pc | 11 ------
extra-x86_64/PKGBUILD | 34 ---------------------
extra-x86_64/libcrypto++.pc | 11 ------
6 files changed, 90 insertions(+), 90 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-10-11 18:37:06 UTC (rev 278284)
+++ extra-i686/PKGBUILD 2016-10-11 18:37:30 UTC (rev 278285)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Kritoke <kritoke at gamebox.net>
-# Contributor: jlvsimoes <jlvsimoes at oninet.pt>
-
-pkgname=crypto++
-pkgver=5.6.4
-_srcver=${pkgver//./}
-pkgrel=2
-pkgdesc="A free C++ class library of cryptographic schemes"
-arch=('i686' 'x86_64')
-url="http://www.cryptopp.com/"
-license=('custom')
-depends=('gcc-libs')
-makedepends=('unzip')
-source=("http://www.cryptopp.com/cryptopp${_srcver}.zip"
- 'libcrypto++.pc')
-md5sums=('4ee7e5cdd4a45a14756c169eaf2a77fc'
- 'ea27f28fe0303fcaa24d83cf4a964d53')
-
-build() {
- CXXFLAGS+=" -fPIC" make -f GNUmakefile-cross
- make libcryptopp.so
-}
-
-package() {
- install -d ${pkgdir}/usr/{lib/pkgconfig,include/cryptopp}
- install -m644 *.h ${pkgdir}/usr/include/cryptopp/
- install -m644 libcryptopp.so "${pkgdir}/usr/lib/libcryptopp.so"
- install -m644 ${srcdir}/libcrypto++.pc "${pkgdir}/usr/lib/pkgconfig/libcrypto++.pc"
- install -D -m644 License.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: crypto++/repos/extra-i686/PKGBUILD (from rev 278284, crypto++/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-11 18:37:30 UTC (rev 278285)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Kritoke <kritoke at gamebox.net>
+# Contributor: jlvsimoes <jlvsimoes at oninet.pt>
+
+pkgname=crypto++
+pkgver=5.6.5
+_srcver=${pkgver//./}
+pkgrel=1
+pkgdesc="A free C++ class library of cryptographic schemes"
+arch=('i686' 'x86_64')
+url="http://www.cryptopp.com/"
+license=('custom')
+depends=('gcc-libs')
+makedepends=('unzip')
+source=("http://www.cryptopp.com/cryptopp${_srcver}.zip"
+ 'libcrypto++.pc')
+md5sums=('df5ef4647b4e978bba0cac79a83aaed5'
+ 'ea27f28fe0303fcaa24d83cf4a964d53')
+
+build() {
+ CXXFLAGS+=" -fPIC" make -f GNUmakefile-cross
+ make libcryptopp.so
+}
+
+package() {
+ install -d ${pkgdir}/usr/{lib/pkgconfig,include/cryptopp}
+ install -m644 *.h ${pkgdir}/usr/include/cryptopp/
+ install -m644 libcryptopp.so "${pkgdir}/usr/lib/libcryptopp.so"
+ install -m644 ${srcdir}/libcrypto++.pc "${pkgdir}/usr/lib/pkgconfig/libcrypto++.pc"
+ install -D -m644 License.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
Deleted: extra-i686/libcrypto++.pc
===================================================================
--- extra-i686/libcrypto++.pc 2016-10-11 18:37:06 UTC (rev 278284)
+++ extra-i686/libcrypto++.pc 2016-10-11 18:37:30 UTC (rev 278285)
@@ -1,11 +0,0 @@
-# Written by Alexander Rødseth <rodseth at gmail.com>
-
-prefix=/usr
-libdir=${prefix}/lib
-includedir=${prefix}/include
-
-Name: libcrypto++-5.6.4
-Description: Class library of cryptographic schemes
-Version: 5.6.4
-Libs: -L${libdir} -lcryptopp
-Cflags: -I${includedir}
Copied: crypto++/repos/extra-i686/libcrypto++.pc (from rev 278284, crypto++/trunk/libcrypto++.pc)
===================================================================
--- extra-i686/libcrypto++.pc (rev 0)
+++ extra-i686/libcrypto++.pc 2016-10-11 18:37:30 UTC (rev 278285)
@@ -0,0 +1,11 @@
+# Written by Alexander Rødseth <rodseth at gmail.com>
+
+prefix=/usr
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: libcrypto++-5.6.4
+Description: Class library of cryptographic schemes
+Version: 5.6.4
+Libs: -L${libdir} -lcryptopp
+Cflags: -I${includedir}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-10-11 18:37:06 UTC (rev 278284)
+++ extra-x86_64/PKGBUILD 2016-10-11 18:37:30 UTC (rev 278285)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Kritoke <kritoke at gamebox.net>
-# Contributor: jlvsimoes <jlvsimoes at oninet.pt>
-
-pkgname=crypto++
-pkgver=5.6.4
-_srcver=${pkgver//./}
-pkgrel=2
-pkgdesc="A free C++ class library of cryptographic schemes"
-arch=('i686' 'x86_64')
-url="http://www.cryptopp.com/"
-license=('custom')
-depends=('gcc-libs')
-makedepends=('unzip')
-source=("http://www.cryptopp.com/cryptopp${_srcver}.zip"
- 'libcrypto++.pc')
-md5sums=('4ee7e5cdd4a45a14756c169eaf2a77fc'
- 'ea27f28fe0303fcaa24d83cf4a964d53')
-
-build() {
- CXXFLAGS+=" -fPIC" make -f GNUmakefile-cross
- make libcryptopp.so
-}
-
-package() {
- install -d ${pkgdir}/usr/{lib/pkgconfig,include/cryptopp}
- install -m644 *.h ${pkgdir}/usr/include/cryptopp/
- install -m644 libcryptopp.so "${pkgdir}/usr/lib/libcryptopp.so"
- install -m644 ${srcdir}/libcrypto++.pc "${pkgdir}/usr/lib/pkgconfig/libcrypto++.pc"
- install -D -m644 License.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: crypto++/repos/extra-x86_64/PKGBUILD (from rev 278284, crypto++/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-10-11 18:37:30 UTC (rev 278285)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Kritoke <kritoke at gamebox.net>
+# Contributor: jlvsimoes <jlvsimoes at oninet.pt>
+
+pkgname=crypto++
+pkgver=5.6.5
+_srcver=${pkgver//./}
+pkgrel=1
+pkgdesc="A free C++ class library of cryptographic schemes"
+arch=('i686' 'x86_64')
+url="http://www.cryptopp.com/"
+license=('custom')
+depends=('gcc-libs')
+makedepends=('unzip')
+source=("http://www.cryptopp.com/cryptopp${_srcver}.zip"
+ 'libcrypto++.pc')
+md5sums=('df5ef4647b4e978bba0cac79a83aaed5'
+ 'ea27f28fe0303fcaa24d83cf4a964d53')
+
+build() {
+ CXXFLAGS+=" -fPIC" make -f GNUmakefile-cross
+ make libcryptopp.so
+}
+
+package() {
+ install -d ${pkgdir}/usr/{lib/pkgconfig,include/cryptopp}
+ install -m644 *.h ${pkgdir}/usr/include/cryptopp/
+ install -m644 libcryptopp.so "${pkgdir}/usr/lib/libcryptopp.so"
+ install -m644 ${srcdir}/libcrypto++.pc "${pkgdir}/usr/lib/pkgconfig/libcrypto++.pc"
+ install -D -m644 License.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
Deleted: extra-x86_64/libcrypto++.pc
===================================================================
--- extra-x86_64/libcrypto++.pc 2016-10-11 18:37:06 UTC (rev 278284)
+++ extra-x86_64/libcrypto++.pc 2016-10-11 18:37:30 UTC (rev 278285)
@@ -1,11 +0,0 @@
-# Written by Alexander Rødseth <rodseth at gmail.com>
-
-prefix=/usr
-libdir=${prefix}/lib
-includedir=${prefix}/include
-
-Name: libcrypto++-5.6.4
-Description: Class library of cryptographic schemes
-Version: 5.6.4
-Libs: -L${libdir} -lcryptopp
-Cflags: -I${includedir}
Copied: crypto++/repos/extra-x86_64/libcrypto++.pc (from rev 278284, crypto++/trunk/libcrypto++.pc)
===================================================================
--- extra-x86_64/libcrypto++.pc (rev 0)
+++ extra-x86_64/libcrypto++.pc 2016-10-11 18:37:30 UTC (rev 278285)
@@ -0,0 +1,11 @@
+# Written by Alexander Rødseth <rodseth at gmail.com>
+
+prefix=/usr
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: libcrypto++-5.6.4
+Description: Class library of cryptographic schemes
+Version: 5.6.4
+Libs: -L${libdir} -lcryptopp
+Cflags: -I${includedir}
More information about the arch-commits
mailing list