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

Revision 81, 0.8 kB (checked in by broder, 17 years ago)

Made some slight adjustments to how the copyright files are added. Didn't increment the package revisions because it doesn't actually change what happens.

Line 
1 Package: macathena-athdir
2 Version: 22699
3 Revision: 2
4 Source: http://macathena.mit.edu/dist/athdir-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: 88bbdd4a68d673a7bc8529b4ba9b04c2
13
14 Depends: macathena-libathdir
15 BuildDepends: automake1.9, macathena-base (>= 76-1)
16 UpdateConfigGuess: true
17 CompileScript: <<
18         cp %p/share/automake-1.9/install-sh %b/
19         cp %p/share/automake-1.9/mkinstalldirs %b/
20         autoconf
21         ./configure %c
22         make
23 <<
24 InstallScript: <<
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 <<
Note: See TracBrowser for help on using the browser.