From 98324e33202c5de1fa9eba89bdb821416e6c3a2e Mon Sep 17 00:00:00 2001 From: Shai_- Date: Mon, 31 May 2010 20:09:13 +0200 Subject: Ajout de cluster#1.49 --- extra/cluster/.footprint | 39 +++++++++++++++++++++++++++++++++++++++ extra/cluster/.md5sum | 1 + extra/cluster/Pkgfile | 17 +++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 extra/cluster/.footprint create mode 100644 extra/cluster/.md5sum create mode 100644 extra/cluster/Pkgfile (limited to 'extra') 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 +} -- cgit v1.2.3-54-g00ecf