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

    r74 r80  
    11Package: macathena-athdir 
    22Version: 22699 
    3 Revision: 1 
     3Revision: 2 
    44Source: http://macathena.mit.edu/dist/athdir-svn%v.tar.gz 
    55Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> 
     
    1313 
    1414Depends: macathena-libathdir 
    15 BuildDepends: automake1.9 
     15BuildDepends: automake1.9, macathena-base (>= 76-1) 
    1616UpdateConfigGuess: true 
    1717CompileScript: << 
     
    2222        make 
    2323<< 
     24InstallScript: << 
     25        make install prefix=%i 
     26         
     27        %b/mkinstalldirs %i/share/doc/%n/ 
     28        cp /sw/share/macathena-base/athena-copyright %i/share/doc/%n/copyright 
     29<<