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

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

Fixed the paths by adding svn to the URLs for packages. Also created athrun and attachandrun packages

Line 
1 Package: macathena-attach
2 Version: 57
3 Revision: 1
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: 8ce7bfcbb63058211ac9d1d7fa94799b
10
11 Depends: macathena-add, python25, pyhesiodfs
12 CompileScript: <<
13         python2.5 setup.py build
14 <<
15 InstallScript: <<
16         python2.5 setup.py install --root=%d
17         mkdir -p %d/bin
18         ln -s %p/bin/attach %d/bin/attach
19 <<
Note: See TracBrowser for help on using the browser.