| 1 | Info3: << |
|---|
| 2 | Package: orange-text-svn |
|---|
| 3 | Version: 0.0.__DAILY_REVISION__ |
|---|
| 4 | Revision: 5 |
|---|
| 5 | Source: http://www.ailab.si/orange/fink/dists/10.5/main/source/orange-text-svn-%v.tgz |
|---|
| 6 | Source-MD5: __DAILY_MD5SUM_TEXT__ |
|---|
| 7 | Maintainer: Mitar <mitar@tnode.com> |
|---|
| 8 | HomePage: http://www.ailab.si/orange/ |
|---|
| 9 | License: GPL |
|---|
| 10 | Type: python (2.5) |
|---|
| 11 | Distribution: 10.4, 10.5 |
|---|
| 12 | Depends: << |
|---|
| 13 | python25, |
|---|
| 14 | orange-svn (>= %v), |
|---|
| 15 | orange-text-svn-py25 (>= %v) |
|---|
| 16 | << |
|---|
| 17 | Conflicts: orange-text |
|---|
| 18 | Architecture: i386, powerpc |
|---|
| 19 | Description: Orange text mining add-on (GUI) |
|---|
| 20 | DescDetail: << |
|---|
| 21 | Orange is a component-based data mining software. It includes a range |
|---|
| 22 | of data visualization, exploration, preprocessing and modeling |
|---|
| 23 | techniques. It can be used through a nice and intuitive user interface |
|---|
| 24 | or, for more advanced users, as a module for Python programming language. |
|---|
| 25 | |
|---|
| 26 | This package provides a graphical user interface for text mining add-on. |
|---|
| 27 | << |
|---|
| 28 | SplitOff: << |
|---|
| 29 | Package: orange-text-svn-py25 |
|---|
| 30 | Depends: << |
|---|
| 31 | python25, |
|---|
| 32 | orange-svn-py25 (>= %v) |
|---|
| 33 | << |
|---|
| 34 | Suggests: orange-text-svn |
|---|
| 35 | Conflicts: orange-text-py25 |
|---|
| 36 | Description: Orange text mining add-on (Python module) |
|---|
| 37 | DescDetail: << |
|---|
| 38 | Orange is a component-based data mining software. It includes a range |
|---|
| 39 | of data visualization, exploration, preprocessing and modeling |
|---|
| 40 | techniques. It can be used through a nice and intuitive user interface |
|---|
| 41 | or, for more advanced users, as a module for Python programming language. |
|---|
| 42 | |
|---|
| 43 | This package provides a Python module for text mining add-on. |
|---|
| 44 | << |
|---|
| 45 | Shlibs: << |
|---|
| 46 | %p/lib/python2.5/site-packages/orange/add-ons/Text/_orngTextWrapper.so 0.0.0 %n (>= 0.0.0-1) |
|---|
| 47 | << |
|---|
| 48 | Files: << |
|---|
| 49 | lib/python2.5/site-packages/orange/add-ons/Text/*.so |
|---|
| 50 | lib/python2.5/site-packages/orange/add-ons/Text/*.py |
|---|
| 51 | lib/python2.5/site-packages/orange-text.pth |
|---|
| 52 | share/doc/orange-text-svn-py25 |
|---|
| 53 | << |
|---|
| 54 | << |
|---|
| 55 | CompileScript: << |
|---|
| 56 | #!/bin/bash -ev |
|---|
| 57 | |
|---|
| 58 | # Compile scripts later on assume Python executable is named "python" - so we give them that |
|---|
| 59 | export PATH=%b:$PATH |
|---|
| 60 | ln -s %p/bin/python2.5 python |
|---|
| 61 | |
|---|
| 62 | # Compiles |
|---|
| 63 | cd source |
|---|
| 64 | make |
|---|
| 65 | cd ../ |
|---|
| 66 | |
|---|
| 67 | # Cleans |
|---|
| 68 | rm python |
|---|
| 69 | << |
|---|
| 70 | InstallScript: << |
|---|
| 71 | #!/bin/bash -ev |
|---|
| 72 | |
|---|
| 73 | # Documentation for orange-text-svn |
|---|
| 74 | mkdir -p %i/share/doc/orange-text-svn/ |
|---|
| 75 | cp COPYING LICENSES %i/share/doc/orange-text-svn/ |
|---|
| 76 | cp doc/style.css %i/share/doc/orange-text-svn/ |
|---|
| 77 | mv doc/widgets/ %i/share/doc/orange-text-svn/ |
|---|
| 78 | |
|---|
| 79 | # Documentation for orange-text-svn-py25 |
|---|
| 80 | mkdir -p %i/share/doc/orange-text-svn-py25/ |
|---|
| 81 | cp COPYING LICENSES %i/share/doc/orange-text-svn-py25/ |
|---|
| 82 | mv doc/* %i/share/doc/orange-text-svn-py25/ |
|---|
| 83 | |
|---|
| 84 | # Cleans up |
|---|
| 85 | rm -rf COPYING LICENSES doc/ source/ setup.py |
|---|
| 86 | |
|---|
| 87 | # Files for both orange-text-svn and orange-text-svn-py25 |
|---|
| 88 | mkdir -p %i/lib/python2.5/site-packages/orange/add-ons/Text/ |
|---|
| 89 | mv * %i/lib/python2.5/site-packages/orange/add-ons/Text/ |
|---|
| 90 | |
|---|
| 91 | # Installation registration |
|---|
| 92 | echo "orange/add-ons/Text" > %i/lib/python2.5/site-packages/orange-text.pth |
|---|
| 93 | echo "datasetsPath=\"%p/share/doc/orange-text-svn-py25/datasets/\"" > %i/lib/python2.5/site-packages/orange/add-ons/Text/textConfiguration.py |
|---|
| 94 | << |
|---|
| 95 | << |
|---|