Date: Monday, December 30, 2013 @ 14:50:26 Author: arodseth Revision: 103215
archrelease: copy trunk to community-x86_64, community-i686 Added: botan/repos/community-i686/PKGBUILD (from rev 103214, botan/trunk/PKGBUILD) botan/repos/community-x86_64/PKGBUILD (from rev 103214, 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 2013-12-30 13:50:17 UTC (rev 103214) +++ community-i686/PKGBUILD 2013-12-30 13:50:26 UTC (rev 103215) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth <rods...@gmail.com> -# Contributor: Angel Velasquez <an...@archlinux.org> -# Contributor: Douglas Soares de Andrade <doug...@archlinux.org> -# Contributor: d'Ronin <daro...@2600.com> - -pkgname=botan -pkgver=1.10.6 -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=('72a9be97350523ee1b06c8722032faa566fcb98456b0b7ac06b45a1dc4446fa7') - -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 103214, botan/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-12-30 13:50:26 UTC (rev 103215) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Alexander Rødseth <rods...@gmail.com> +# Contributor: Angel Velasquez <an...@archlinux.org> +# Contributor: Douglas Soares de Andrade <doug...@archlinux.org> +# Contributor: d'Ronin <daro...@2600.com> + +pkgname=botan +pkgver=1.10.7 +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=('19f79ae670cb2ea7c290244ff6ff564ce74b45d8845af52787a30c646e16324d') + +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: Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2013-12-30 13:50:17 UTC (rev 103214) +++ community-x86_64/PKGBUILD 2013-12-30 13:50:26 UTC (rev 103215) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth <rods...@gmail.com> -# Contributor: Angel Velasquez <an...@archlinux.org> -# Contributor: Douglas Soares de Andrade <doug...@archlinux.org> -# Contributor: d'Ronin <daro...@2600.com> - -pkgname=botan -pkgver=1.10.6 -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=('72a9be97350523ee1b06c8722032faa566fcb98456b0b7ac06b45a1dc4446fa7') - -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 103214, botan/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-12-30 13:50:26 UTC (rev 103215) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Alexander Rødseth <rods...@gmail.com> +# Contributor: Angel Velasquez <an...@archlinux.org> +# Contributor: Douglas Soares de Andrade <doug...@archlinux.org> +# Contributor: d'Ronin <daro...@2600.com> + +pkgname=botan +pkgver=1.10.7 +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=('19f79ae670cb2ea7c290244ff6ff564ce74b45d8845af52787a30c646e16324d') + +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: