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

Revision 80, 0.9 kB (checked in by broder, 16 years ago)

Added license information to all of the packags (fixes #5)

Line 
1 Package: pyhesiodfs
2 Version: 77
3 Revision: 1
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: 2d321c4c4fadb67025aff9eb57e02d5f
10
11 Depends: fuse-py25, pydns-py25
12 BuildDepends: automake1.9
13 PatchScript: sed -i ".bak" -e 's|/usr/local|%p|g' edu.mit.sipb.mit-automounter.plist
14 CompileScript: <<
15         python2.5 setup.py build
16 <<
17 InstallScript: <<
18         cp %p/share/automake-1.9/install-sh %b/
19         cp %p/share/automake-1.9/mkinstalldirs %b/
20        
21         %b/mkinstalldirs %d/mit %d/bin %i/lib/python2.5/site-packages %i
22         python2.5 setup.py install --root=%d
23        
24         %b/install-sh -m 644 COPYING copyright %i/share/doc/pyhesiodfs/
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.