root/trunk/fink/main/finkinfo/macathena-add.info

Revision 69, 0.6 kB (checked in by broder, 17 years ago)

I'm an idiot. If this doesn't work I'm explicitly adding the path for the python executable

Line 
1 Package: macathena-add
2 Version: 56
3 Revision: 3
4 Source: http://macathena.mit.edu/dist/add-svn%v.tar.gz
5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu>
6 HomePage: http://macathena.mit.edu/
7 License: BSD
8 Description: Add a locker to the path
9 Source-MD5: 261c7839b934644c821c1af425f5dddc
10
11 Depends: macathena-athdir, python25, pyhesiodfs
12 PatchScript: sed -i ".bak" -e 's|@FINKPREFIX@|%p|g' setup.py macathena-add.sh macathena-add.csh attach-add.py
13 CompileScript: <<
14         python2.5 setup.py build
15 <<
16 InstallScript: <<
17         mkdir -p %i/lib/python2.5/site-packages
18         python2.5 setup.py install --root=%d
19 <<
Note: See TracBrowser for help on using the browser.