[arch-commits] Commit in (botan botan/repos botan/trunk botan/trunk/PKGBUILD)
Pierre Schmitz
pierre at nymeria.archlinux.org
Sun Jan 27 16:10:11 UTC 2013
Date: Sunday, January 27, 2013 @ 17:10:10
Author: pierre
Revision: 83127
extra2community: Moving botan from extra to community
Added:
botan/
botan/repos/
botan/trunk/
botan/trunk/PKGBUILD
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Added: botan/trunk/PKGBUILD
===================================================================
--- botan/trunk/PKGBUILD (rev 0)
+++ botan/trunk/PKGBUILD 2013-01-27 16:10:10 UTC (rev 83127)
@@ -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 {} \;
+}
+
Property changes on: botan/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list