Revision 146, 0.9 kB
(checked in by broder, 16 years ago)
|
Update macathena-pyhesiodfs to new version and fix macathena-hesiod-py
|
Line | |
---|
1 |
Package: macathena-pyhesiodfs |
---|
2 |
Version: 144 |
---|
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: d46d097fa39c5c2ccf00adb16cdad4bf |
---|
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 |
<< |
---|