# $Id: PKGBUILD 98518 2010-11-10 20:05:00Z angvp $ # Maintainer: Angel Velasquez # Contributor: Douglas Soares de Andrade # Contributor: d'Ronin pkgname=botan pkgver=1.8.11 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) options=('force') md5sums=('ccb2c3cb8a324214a89b45a03422870b') build() { cd ${srcdir}/Botan-${pkgver} sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' configure.py ./configure.py --prefix=/usr make make DESTDIR=${pkgdir}/usr install }