Revision 75, 0.7 kB
(checked in by broder, 17 years ago)
|
If macathena-add and macathena-attach had problems with paths not existing (see #3), then pyhesiodfs probably will too. Also, if things are working right, this should fix #4
|
Line | |
---|
1 |
Package: pyhesiodfs |
---|
2 |
Version: 53 |
---|
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: c578c79ead4e2d1c7867edd66f6194d4 |
---|
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 |
mkdir -p %d/bin |
---|
20 |
mkdir -p %i/lib/python2.5/site-packages |
---|
21 |
python2.5 setup.py install --root=%d |
---|
22 |
<< |
---|
23 |
PostInstScript: << |
---|
24 |
launchctl load /Library/LaunchDaemons/edu.mit.sipb.mit-automounter.plist |
---|
25 |
<< |
---|
26 |
PreRmScript: << |
---|
27 |
launchctl unload /Library/LaunchDaemons/edu.mit.sipb.mit-automounter.plist |
---|
28 |
<< |
---|