source: orange/install-scripts/mac/fink/orange-text-svn.info @ 5525:2003662cbc70

Revision 5525:2003662cbc70, 2.9 KB checked in by Mitar <Mitar@…>, 5 years ago (diff)

Updated Fink package templates.

Line 
1Info3: <<
2Package: orange-text-svn
3Version: 0.0.__DAILY_REVISION__
4Revision: 5
5Source: http://www.ailab.si/orange/fink/dists/10.5/main/source/orange-text-svn-%v.tgz
6Source-MD5: __DAILY_MD5SUM_TEXT__
7Maintainer: Mitar <mitar@tnode.com>
8HomePage: http://www.ailab.si/orange/
9License: GPL
10Type: python (2.5)
11Distribution: 10.4, 10.5
12Depends: <<
13    python25,
14    orange-svn (>= %v),
15    orange-text-svn-py25 (>= %v)
16<<
17Conflicts: orange-text
18Architecture: i386, powerpc
19Description: Orange text mining add-on (GUI)
20DescDetail: <<
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<<
28SplitOff: <<
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<<
55CompileScript: <<
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<<
70InstallScript: <<
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<<
Note: See TracBrowser for help on using the repository browser.