Show
Ignore:
Timestamp:
01/27/08 14:44:56 (16 years ago)
Author:
broder
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/fink/main/finkinfo/macathena-attach.info

    r74 r80  
    11Package: macathena-attach 
    2 Version: 57 
     2Version: 78 
    33Revision: 2 
    44Source: http://macathena.mit.edu/dist/attach-svn%v.tar.gz 
     
    77License: BSD 
    88Description: Mimic the functionality of Athena's attach 
    9 Source-MD5: 551ce7b88a7fbb90ccfa9cdb394c5e95 
     9Source-MD5: 96b0fd698e653c9f2a169a6c1845e18b 
    1010 
    1111Depends: macathena-add, python25, pyhesiodfs 
     
    1414<< 
    1515InstallScript: << 
    16         mkdir -p %i/lib/python2.5/site-packages 
     16        mkdir -p %i/lib/python2.5/site-packages %d/bin %i/share/doc/%n/ 
     17         
    1718        python2.5 setup.py install --root=%d 
    18         mkdir -p %d/bin 
     19         
    1920        ln -s %p/bin/attach %d/bin/attach 
     21        cp %b/copyright %i/share/doc/%n/ 
    2022<<