[arch-commits] Commit in botan/repos (4 files)
Alexander Rødseth
arodseth at archlinux.org
Thu Nov 13 10:41:54 UTC 2014
Date: Thursday, November 13, 2014 @ 11:41:54
Author: arodseth
Revision: 122508
archrelease: copy trunk to community-x86_64, community-i686
Added:
botan/repos/community-i686/PKGBUILD
(from rev 122507, botan/trunk/PKGBUILD)
botan/repos/community-x86_64/PKGBUILD
(from rev 122507, botan/trunk/PKGBUILD)
Deleted:
botan/repos/community-i686/PKGBUILD
botan/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 68 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 34 ----------------------
community-x86_64/PKGBUILD | 34 ----------------------
3 files changed, 68 insertions(+), 68 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-11-13 10:41:43 UTC (rev 122507)
+++ community-i686/PKGBUILD 2014-11-13 10:41:54 UTC (rev 122508)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-# Contributor: d'Ronin <daronin at 2600.com>
-
-pkgname=botan
-pkgver=1.10.8
-pkgrel=1
-pkgdesc='Crypto library written in C++'
-license=('BSD')
-arch=('x86_64' 'i686')
-url='http://botan.randombit.net/'
-depends=('gcc-libs' 'sh')
-makedepends=('python2')
-source=("http://files.randombit.net/botan/Botan-${pkgver}.tbz")
-sha256sums=('bc2fd5fe904bba7cd688df021689f53a2d2f87ae728b647196a6b5954d184ea0')
-
-build() {
- cd "Botan-$pkgver"
-
- python2 configure.py --prefix=/usr
- make
-}
-
-package() {
- cd "Botan-$pkgver"
-
- make DESTDIR="$pkgdir/usr" install
- find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
- install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: botan/repos/community-i686/PKGBUILD (from rev 122507, botan/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-13 10:41:54 UTC (rev 122508)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: d'Ronin <daronin at 2600.com>
+
+pkgname=botan
+pkgver=1.10.8
+pkgrel=1
+pkgdesc='Crypto library written in C++'
+license=('BSD')
+arch=('x86_64' 'i686')
+url='http://botan.randombit.net/'
+depends=('gcc-libs' 'sh')
+makedepends=('python2')
+source=("http://files.randombit.net/botan/Botan-${pkgver}.tbz")
+sha256sums=('bc2fd5fe904bba7cd688df021689f53a2d2f87ae728b647196a6b5954d184ea0')
+
+build() {
+ cd "Botan-$pkgver"
+
+ python2 configure.py --prefix=/usr --enable-modules=cvc
+ make
+}
+
+package() {
+ cd "Botan-$pkgver"
+
+ make DESTDIR="$pkgdir/usr" install
+ find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
+ install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-11-13 10:41:43 UTC (rev 122507)
+++ community-x86_64/PKGBUILD 2014-11-13 10:41:54 UTC (rev 122508)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-# Contributor: d'Ronin <daronin at 2600.com>
-
-pkgname=botan
-pkgver=1.10.8
-pkgrel=1
-pkgdesc='Crypto library written in C++'
-license=('BSD')
-arch=('x86_64' 'i686')
-url='http://botan.randombit.net/'
-depends=('gcc-libs' 'sh')
-makedepends=('python2')
-source=("http://files.randombit.net/botan/Botan-${pkgver}.tbz")
-sha256sums=('bc2fd5fe904bba7cd688df021689f53a2d2f87ae728b647196a6b5954d184ea0')
-
-build() {
- cd "Botan-$pkgver"
-
- python2 configure.py --prefix=/usr
- make
-}
-
-package() {
- cd "Botan-$pkgver"
-
- make DESTDIR="$pkgdir/usr" install
- find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
- install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: botan/repos/community-x86_64/PKGBUILD (from rev 122507, botan/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-11-13 10:41:54 UTC (rev 122508)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: d'Ronin <daronin at 2600.com>
+
+pkgname=botan
+pkgver=1.10.8
+pkgrel=1
+pkgdesc='Crypto library written in C++'
+license=('BSD')
+arch=('x86_64' 'i686')
+url='http://botan.randombit.net/'
+depends=('gcc-libs' 'sh')
+makedepends=('python2')
+source=("http://files.randombit.net/botan/Botan-${pkgver}.tbz")
+sha256sums=('bc2fd5fe904bba7cd688df021689f53a2d2f87ae728b647196a6b5954d184ea0')
+
+build() {
+ cd "Botan-$pkgver"
+
+ python2 configure.py --prefix=/usr --enable-modules=cvc
+ make
+}
+
+package() {
+ cd "Botan-$pkgver"
+
+ make DESTDIR="$pkgdir/usr" install
+ find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
+ install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list