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-getcluster.info

    r74 r80  
    11Package: macathena-getcluster 
    22Version: 22699 
    3 Revision: 1 
     3Revision: 2 
    44Source: http://macathena.mit.edu/dist/getcluster-svn%v.tar.gz 
    55Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> 
     
    1717 
    1818Depends: macathena-libhesiod 
    19 BuildDepends: automake1.9 
     19BuildDepends: automake1.9, macathena-base (>= 76-1) 
    2020UpdateConfigGuess: true 
    2121CompileScript: << 
     
    2828InstallScript: << 
    2929        make install prefix=%i 
     30         
     31        %b/mkinstalldirs %i/share/doc/%n/ 
     32        cp /sw/share/macathena-base/athena-copyright %i/share/doc/%n/copyright 
    3033<<