root/trunk/fink/main/finkinfo/pyhesiodfs.info

Revision 60, 0.7 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: pyhesiodfs
2 Version: svn53
3 Revision: 2
4 Source: http://macathena.mit.edu/dist/%n-svn%v.tar.gz
5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu>
6 HomePage: http://macathena.mit.edu/
7 License: GPL
8 Description: Automatically mounts AFS lockers in /mit
9 Source-MD5: 39291db76287e0bf207994b77b447e4d
10
11 Depends: fuse-py25, pydns-py25
12 CompileScript: <<
13         autoconf
14         ./configure %c
15         python2.5 setup.py build
16 <<
17 InstallScript: <<
18         mkdir %d/mit
19         python2.5 setup.py install --root=%d
20 <<
21 PostInstScript: <<
22         launchctl load /Library/LaunchDaemons/edu.mit.sipb.mit-automounter.plist
23 <<
24 PreRmScript: <<
25         launchctl unload /Library/LaunchDaemons/edu.mit.sipb.mit-automounter.plist
26 <<
Note: See TracBrowser for help on using the browser.