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

Eric Bélanger eric at archlinux.org
Wed Jul 11 00:19:22 UTC 2012


    Date: Tuesday, July 10, 2012 @ 20:19:22
  Author: eric
Revision: 163218

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

Added:
  botan/repos/extra-i686/PKGBUILD
    (from rev 163217, botan/trunk/PKGBUILD)
  botan/repos/extra-x86_64/PKGBUILD
    (from rev 163217, botan/trunk/PKGBUILD)
Deleted:
  botan/repos/extra-i686/PKGBUILD
  botan/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   60 +++++++++++++++++++++++++-----------------------
 extra-x86_64/PKGBUILD |   60 +++++++++++++++++++++++++-----------------------
 2 files changed, 64 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-07-11 00:18:59 UTC (rev 163217)
+++ extra-i686/PKGBUILD	2012-07-11 00:19:22 UTC (rev 163218)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: 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.1
-pkgrel=1
-pkgdesc="BSD-licensed crypto library written in C++"
-license=('BSD')
-arch=('i686' 'x86_64')
-url="http://botan.randombit.net/"
-depends=('gcc-libs' 'sh')
-makedepends=('python2')
-source=(http://files.randombit.net/botan/Botan-${pkgver}.tgz)
-md5sums=('5e1e7f3458e2e6aa56f7e41941eefb9d')
-
-build() {
-  cd ${srcdir}/Botan-${pkgver}
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' configure.py
-  ./configure.py --prefix=/usr
-  make 
-}
-
-package() {
-  cd ${srcdir}/Botan-${pkgver}
-  make DESTDIR=${pkgdir}/usr install
-}
-

Copied: botan/repos/extra-i686/PKGBUILD (from rev 163217, botan/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-07-11 00:19:22 UTC (rev 163218)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: 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.3
+pkgrel=1
+pkgdesc="Crypto library written in C++"
+license=('BSD')
+arch=('i686' 'x86_64')
+url="http://botan.randombit.net/"
+depends=('gcc-libs' 'sh')
+makedepends=('python2')
+source=(http://files.randombit.net/botan/Botan-${pkgver}.tbz{,.asc})
+sha1sums=('9f929101bf75c19432f49f57c80d2d26eec91dcb'
+          'd03b220849e3d3b3a49363a0debc266b615d9fca')
+
+build() {
+  cd "${srcdir}/Botan-${pkgver}"
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' configure.py
+  ./configure.py --prefix=/usr
+  make 
+}
+
+package() {
+  cd "${srcdir}/Botan-${pkgver}"
+  make DESTDIR="${pkgdir}/usr" install
+  install -D -m644 doc/license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  find "${pkgdir}/usr/share/doc" -type f -exec chmod 0644 {} \;
+}
+

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-07-11 00:18:59 UTC (rev 163217)
+++ extra-x86_64/PKGBUILD	2012-07-11 00:19:22 UTC (rev 163218)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: 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.1
-pkgrel=1
-pkgdesc="BSD-licensed crypto library written in C++"
-license=('BSD')
-arch=('i686' 'x86_64')
-url="http://botan.randombit.net/"
-depends=('gcc-libs' 'sh')
-makedepends=('python2')
-source=(http://files.randombit.net/botan/Botan-${pkgver}.tgz)
-md5sums=('5e1e7f3458e2e6aa56f7e41941eefb9d')
-
-build() {
-  cd ${srcdir}/Botan-${pkgver}
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' configure.py
-  ./configure.py --prefix=/usr
-  make 
-}
-
-package() {
-  cd ${srcdir}/Botan-${pkgver}
-  make DESTDIR=${pkgdir}/usr install
-}
-

Copied: botan/repos/extra-x86_64/PKGBUILD (from rev 163217, botan/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-07-11 00:19:22 UTC (rev 163218)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: 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.3
+pkgrel=1
+pkgdesc="Crypto library written in C++"
+license=('BSD')
+arch=('i686' 'x86_64')
+url="http://botan.randombit.net/"
+depends=('gcc-libs' 'sh')
+makedepends=('python2')
+source=(http://files.randombit.net/botan/Botan-${pkgver}.tbz{,.asc})
+sha1sums=('9f929101bf75c19432f49f57c80d2d26eec91dcb'
+          'd03b220849e3d3b3a49363a0debc266b615d9fca')
+
+build() {
+  cd "${srcdir}/Botan-${pkgver}"
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' configure.py
+  ./configure.py --prefix=/usr
+  make 
+}
+
+package() {
+  cd "${srcdir}/Botan-${pkgver}"
+  make DESTDIR="${pkgdir}/usr" install
+  install -D -m644 doc/license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  find "${pkgdir}/usr/share/doc" -type f -exec chmod 0644 {} \;
+}
+




More information about the arch-commits mailing list