summaryrefslogtreecommitdiffstats
path: root/extra/cluster/Pkgfile
diff options
context:
space:
mode:
authorShai_- <romain.gailleton at gmail dot com>2010-05-31 20:09:13 +0200
committerShai_- <romain.gailleton at gmail dot com>2010-05-31 20:09:13 +0200
commit98324e33202c5de1fa9eba89bdb821416e6c3a2e (patch)
treee5f7fb54ec55aaeb49cfa7f3521ddf8ba7a2f674 /extra/cluster/Pkgfile
parent7446a6f93dd092db460e46cf5e3a84fb4cd35e1b (diff)
downloadnutyx-pakxe-98324e33202c5de1fa9eba89bdb821416e6c3a2e.tar.gz
nutyx-pakxe-98324e33202c5de1fa9eba89bdb821416e6c3a2e.tar.bz2
nutyx-pakxe-98324e33202c5de1fa9eba89bdb821416e6c3a2e.tar.xz
nutyx-pakxe-98324e33202c5de1fa9eba89bdb821416e6c3a2e.zip
Ajout de cluster#1.49
Diffstat (limited to 'extra/cluster/Pkgfile')
-rw-r--r--extra/cluster/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/cluster/Pkgfile b/extra/cluster/Pkgfile
new file mode 100644
index 000000000..3b884d3fc
--- /dev/null
+++ b/extra/cluster/Pkgfile
@@ -0,0 +1,17 @@
+# Description: outil de Clustering
+# URL: http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/software.htm
+# Maintainer: NuTyX core team
+# Packager: Shai_- romain.gailleton at gmail dot com
+# Depends on:
+name=cluster
+version=1.49
+release=1
+source=(http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/$name/$name-$version.tar.gz)
+build(){
+ cd $name-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}