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

Revision 74, 0.5 kB (checked in by broder, 16 years ago)

Updated checksums to match new macathenaDist.py

Line 
1 Package: macathena-attach
2 Version: 57
3 Revision: 2
4 Source: http://macathena.mit.edu/dist/attach-svn%v.tar.gz
5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu>
6 HomePage: http://macathena.mit.edu/
7 License: BSD
8 Description: Mimic the functionality of Athena's attach
9 Source-MD5: 551ce7b88a7fbb90ccfa9cdb394c5e95
10
11 Depends: macathena-add, python25, pyhesiodfs
12 CompileScript: <<
13         python2.5 setup.py build
14 <<
15 InstallScript: <<
16         mkdir -p %i/lib/python2.5/site-packages
17         python2.5 setup.py install --root=%d
18         mkdir -p %d/bin
19         ln -s %p/bin/attach %d/bin/attach
20 <<
Note: See TracBrowser for help on using the browser.