[arch-commits] CVS update of extra/science/tcoffee (PKGBUILD)

Damir Perisa damir at archlinux.org
Mon Jul 23 17:55:40 UTC 2007


    Date: Monday, July 23, 2007 @ 13:55:40
  Author: damir
    Path: /home/cvs-extra/extra/science/tcoffee

   Added: PKGBUILD (1.1)

upgpkg: tcoffee 5.05-1
newpkg: tcoffee


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


Index: extra/science/tcoffee/PKGBUILD
diff -u /dev/null extra/science/tcoffee/PKGBUILD:1.1
--- /dev/null	Mon Jul 23 13:55:40 2007
+++ extra/science/tcoffee/PKGBUILD	Mon Jul 23 13:55:40 2007
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD,v 1.1 2007/07/23 17:55:40 damir Exp $
+# Maintainer: damir <damir at archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=tcoffee
+pkgver=5.05
+pkgrel=1
+arch=('i686')
+license=('gpl2')
+pkgdesc="Tree based Consistency Objective Function For AlignmEnt Evaluation - T-Coffee"
+url="http://www.tcoffee.org/Projects_home_page/t_coffee_home_page.html"
+depends=('glibc')
+source=("http://www.tcoffee.org/Packages/T-COFFEE_distribution_Version_$pkgver.tar.gz")
+
+build() {
+  cd $startdir/src/T-COFFEE_distribution_Version_$pkgver/t_coffee_source
+    make clean
+    make -i CC=gcc all || return 1
+    install -D -m755 ../bin/t_coffee $startdir/pkg/usr/bin/t_coffee || return 1
+}
+md5sums=('aee1a51c8a73580de4e1c9c2de140b9b')




More information about the arch-commits mailing list