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

Revision 40, 0.7 kB (checked in by broder, 16 years ago)

We have a fink package now!

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