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

    r74 r80  
    11Package: macathena-attachandrun 
    22Version: 22699 
    3 Revision: 1 
     3Revision: 2 
    44Source: http://macathena.mit.edu/dist/attachandrun-svn%v.tar.gz 
    55Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> 
     
    1515 
    1616Depends: macathena-attach 
    17 BuildDepends: automake1.9 
     17BuildDepends: automake1.9, macathena-base (>= 76-1) 
    1818UpdateConfigGuess: true 
    1919CompileScript: << 
     
    2828        mkdir -p %d/bin 
    2929        ln -s %p/bin/attachandrun %d/bin/attachandrun 
     30         
     31        %b/mkinstalldirs %i/share/doc/%n/ 
     32        cp /sw/share/macathena-base/athena-copyright %i/share/doc/%n/copyright 
    3033<<