root/trunk/fink/main/finkinfo/macathena-libathdir.info

Revision 80, 0.8 kB (checked in by broder, 16 years ago)

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

Line 
1 Package: macathena-libathdir
2 Version: 22699
3 Revision: 2
4 Source: http://macathena.mit.edu/dist/libathdir-svn%v.tar.gz
5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu>
6 HomePage: http://macathena.mit.edu/
7 License: BSD
8 Description: Find machine-specific directory locations
9 DescDetail: <<
10         A library to implement machine-specific directory location on Athena.
11 <<
12 Source-MD5: 270130665f1075650735187a459c11d3
13
14 BuildDepends: automake1.9, macathena-base (>= 76-1)
15 UpdateConfigGuess: true
16 CompileScript: <<
17         cp %p/share/automake-1.9/install-sh %b/
18         cp %p/share/automake-1.9/mkinstalldirs %b/
19         autoconf
20         ./configure %c
21         make
22 <<
23 InstallScript: <<
24         make install prefix=%i
25        
26         %b/mkinstalldirs %i/share/doc/%n/
27         cp /sw/share/macathena-base/athena-copyright %i/share/doc/%n/copyright
28 <<
Note: See TracBrowser for help on using the browser.