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

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

Added packages for libhesiod and hesiod

Line 
1 Package: pyhesiodfs
2 Version: 1.0.41
3 Revision: 2
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: 4cc84e24f830c810e400846d2b4a4b64
11
12 Depends: fuse-py25, pydns-py25
13 CompileScript: <<
14         autoconf
15         ./configure %c
16         python2.5 setup.py build
17 <<
18 InstallScript: <<
19         mkdir %d/mit
20         python2.5 setup.py install --root=%d
21 <<
22 PostInstScript: <<
23         launchctl load /Library/LaunchDaemons/edu.mit.sipb.mit-automounter.plist
24 <<
25 PreRmScript: <<
26         launchctl unload /Library/LaunchDaemons/edu.mit.sipb.mit-automounter.plist
27 <<
Note: See TracBrowser for help on using the browser.