[arch-commits] Commit in botan/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Sun Aug 2 16:59:51 UTC 2009


    Date: Sunday, August 2, 2009 @ 12:59:51
  Author: giovanni
Revision: 48502

upgpkg: botan 1.8.5-2

Modified:
  botan/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-02 16:29:45 UTC (rev 48501)
+++ PKGBUILD	2009-08-02 16:59:51 UTC (rev 48502)
@@ -1,20 +1,23 @@
+# $Id$
 # Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
 # Contributor: d'Ronin <daronin at 2600.com>
 
-pkgname='botan'
-pkgver='1.8.5'
-pkgrel='1'
-pkgdesc='BSD-licensed crypto library written in C++.'
+pkgname=botan
+pkgver=1.8.5
+pkgrel=2
+pkgdesc="BSD-licensed crypto library written in C++."
 license=('BSD')
 arch=('i686' 'x86_64')
-url='http://botan.randombit.net'
-depends=('perl')
-source=(http://files.randombit.net/botan/Botan-$pkgver.tgz)
+url="http://botan.randombit.net/"
+depends=('gcc-libs' 'sh')
+makedepends=('python')
+source=(http://files.randombit.net/botan/Botan-${pkgver}.tgz)
 
 build() {
-  cd $startdir/src/Botan-$pkgver
-  ./configure.pl --prefix=/usr
+  cd ${srcdir}/Botan-${pkgver}
+  ./configure.py --prefix=/usr
   make || return 1
-  make DESTDIR=$startdir/pkg/usr install
+  make DESTDIR=${pkgdir}/usr install
 }
 md5sums=('26d5d7488bacd12a3779cb3750692399')
+


Property changes on: botan/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list