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

Revision 166, 0.9 kB (checked in by broder, 15 years ago)

To make everything happy, /mit needs to be chgrped to the requestor's
GID, but chmodded 755.

Line 
1 Package: macathena-pyhesiodfs
2 Version: 165
3 Revision: 1
4 Source: http://macathena.mit.edu/dist/pyhesiodfs-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: 67f1a6abd2dae0054e22117a3105263f
10 DocFiles: AUTHORS COPYING
11
12 Depends: fuse-py25, macathena-hesiod-py25
13 Replaces: pyhesiodfs
14 BuildDepends: automake1.9
15 PatchScript: sed -i"" -e 's|/usr/local|%p|g' edu.mit.sipb.mit-automounter.plist
16 CompileScript: <<
17         python2.5 setup.py build
18 <<
19 InstallScript: <<
20         cp %p/share/automake-1.9/install-sh %b/
21         cp %p/share/automake-1.9/mkinstalldirs %b/
22        
23         %b/mkinstalldirs %d/mit %i/bin %i/lib/python2.5/site-packages %i
24         python2.5 setup.py install --root=%d
25 <<
26 PostInstScript: <<
27         launchctl load /Library/LaunchDaemons/edu.mit.sipb.mit-automounter.plist
28 <<
29 PreRmScript: <<
30         launchctl unload /Library/LaunchDaemons/edu.mit.sipb.mit-automounter.plist
31 <<
Note: See TracBrowser for help on using the browser.