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

    r44 r80  
    11Package: macathena-hesiod 
    22Version: 3.1.0 
    3 Revision: 1 
     3Revision: 2 
    44Source: ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/hesinfo-%v.tar.gz 
    55Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> 
     
    1010 
    1111Depends: macathena-libhesiod 
     12PatchFile: %n.patch 
     13PatchFile-MD5: d1d16eb7a8cc4a7f14d4e6edd8c14aac 
     14PatchScript: patch -p0 < %{PatchFile} 
     15InstallScript: << 
     16        make install prefix=%i 
     17         
     18        mkdir -p %i/share/doc/%n/ 
     19        cp %b/copyright %i/share/doc/%n/ 
     20<<