[arch-commits] CVS update of extra/science/biopython (PKGBUILD)
Eric Belanger
eric at archlinux.org
Fri Jul 6 02:00:24 UTC 2007
Date: Thursday, July 5, 2007 @ 22:00:24
Author: eric
Path: /home/cvs-extra/extra/science/biopython
Modified: PKGBUILD (1.7 -> 1.8)
upgpkg: biopython 1.43-1
added license
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Index: extra/science/biopython/PKGBUILD
diff -u extra/science/biopython/PKGBUILD:1.7 extra/science/biopython/PKGBUILD:1.8
--- extra/science/biopython/PKGBUILD:1.7 Sun Mar 4 03:38:21 2007
+++ extra/science/biopython/PKGBUILD Thu Jul 5 22:00:24 2007
@@ -1,19 +1,22 @@
-# $Id: PKGBUILD,v 1.7 2007/03/04 08:38:21 simo Exp $
+# $Id: PKGBUILD,v 1.8 2007/07/06 02:00:24 eric Exp $
# Maintainer: damir <damir at archlinux.org>
pkgname=biopython
-pkgver=1.42
-pkgrel=2
+pkgver=1.43
+pkgrel=1
pkgdesc="Biopython: freely available Python tools for computational molecular biology"
arch=("i686" "x86_64")
url="http://www.biopython.org"
+license=('custom')
depends=('glibc' 'python>=2.5' 'python-numeric' 'python-egenix-mx-base' 'mysql-python')
makedepends=('gcc')
source=("$url/DIST/$pkgname-$pkgver.tar.gz")
+md5sums=('3c275b321bb1db7d8bda764913aaedcd')
build() {
cd $startdir/src/$pkgname-$pkgver
yes | python setup.py build
# python setup.py test
yes | python setup.py install --root=$startdir/pkg
+ install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
}
More information about the arch-commits
mailing list