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

Douglas Soares de Andrade douglas at archlinux.org
Thu Apr 9 04:27:06 UTC 2009


    Date: Thursday, April 9, 2009 @ 00:27:06
  Author: douglas
Revision: 34302

Adding the package botan, which is needed for monotone

Added:
  botan/
  botan/repos/
  botan/trunk/
  botan/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Added: botan/trunk/PKGBUILD
===================================================================
--- botan/trunk/PKGBUILD	                        (rev 0)
+++ botan/trunk/PKGBUILD	2009-04-09 04:27:06 UTC (rev 34302)
@@ -0,0 +1,21 @@
+# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: d'Ronin <daronin at 2600.com>
+
+pkgname='botan'
+pkgver='1.8.2'
+pkgrel='1'
+pkgdesc='BSD-licensed crypto library written in C++.'
+license=('BSD')
+arch=('i686' 'x86_64')
+url='http://botan.randombit.net'
+depends=('perl')
+install=
+source=(http://files.randombit.net/botan/Botan-$pkgver.tgz)
+
+build() {
+  cd $startdir/src/Botan-$pkgver
+  ./configure.pl --prefix=/usr
+  make || return 1
+  make DESTDIR=$startdir/pkg/usr install
+}
+md5sums=('f2eff7f7d35662c8242a569a124a65f5')




More information about the arch-commits mailing list