summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--extra/cluster/.footprint39
-rw-r--r--extra/cluster/.md5sum1
-rw-r--r--extra/cluster/Pkgfile17
3 files changed, 57 insertions, 0 deletions
diff --git a/extra/cluster/.footprint b/extra/cluster/.footprint
new file mode 100644
index 000000000..956027521
--- /dev/null
+++ b/extra/cluster/.footprint
@@ -0,0 +1,39 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/cluster
+drwxr-xr-x root/root usr/cluster/
+drwxr-xr-x root/root usr/cluster/doc/
+-rw-r--r-- root/root usr/cluster/doc/cluster3.pdf
+-rw-r--r-- root/root usr/cluster/format.xpm
+drwxr-xr-x root/root usr/cluster/html/
+-rw-r--r-- root/root usr/cluster/html/Bibliography.html
+-rw-r--r-- root/root usr/cluster/html/Cluster.html
+-rw-r--r-- root/root usr/cluster/html/Command.html
+-rw-r--r-- root/root usr/cluster/html/Contents.html
+-rw-r--r-- root/root usr/cluster/html/Data.html
+-rw-r--r-- root/root usr/cluster/html/Development.html
+-rw-r--r-- root/root usr/cluster/html/Distance.html
+-rw-r--r-- root/root usr/cluster/html/Hierarchical.html
+-rw-r--r-- root/root usr/cluster/html/Introduction.html
+-rw-r--r-- root/root usr/cluster/html/KMeans.html
+-rw-r--r-- root/root usr/cluster/html/PCA.html
+-rw-r--r-- root/root usr/cluster/html/SOM.html
+-rw-r--r-- root/root usr/cluster/html/TreeView.html
+drwxr-xr-x root/root usr/cluster/html/images/
+-rw-r--r-- root/root usr/cluster/html/images/accept.png
+-rw-r--r-- root/root usr/cluster/html/images/adjust.png
+-rw-r--r-- root/root usr/cluster/html/images/cluster.png
+-rw-r--r-- root/root usr/cluster/html/images/fileerror.png
+-rw-r--r-- root/root usr/cluster/html/images/filemanager.png
+-rw-r--r-- root/root usr/cluster/html/images/filter.png
+-rw-r--r-- root/root usr/cluster/html/images/format.png
+-rw-r--r-- root/root usr/cluster/html/images/hierarchical.png
+-rw-r--r-- root/root usr/cluster/html/images/kmeans.png
+-rw-r--r-- root/root usr/cluster/html/images/maxifile.png
+-rw-r--r-- root/root usr/cluster/html/images/minifile.png
+-rw-r--r-- root/root usr/cluster/html/images/order.png
+-rw-r--r-- root/root usr/cluster/html/images/pca.png
+-rw-r--r-- root/root usr/cluster/html/images/som.png
+-rw-r--r-- root/root usr/cluster/html/images/tree.png
+-rw-r--r-- root/root usr/cluster/html/images/weight.png
+-rw-r--r-- root/root usr/cluster/html/index.html
diff --git a/extra/cluster/.md5sum b/extra/cluster/.md5sum
new file mode 100644
index 000000000..9b1b0a94b
--- /dev/null
+++ b/extra/cluster/.md5sum
@@ -0,0 +1 @@
+6a67b3d2fd07609e892a9c029842a7f7 cluster-1.49.tar.gz
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
+}