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

Revision 84, 0.7 kB (checked in by broder, 16 years ago)

discuss works! Also, restructured how the DocFiles are defined for approximately everything

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 DocFiles: athena-copyright
14
15 Depends: macathena-libathdir
16 BuildDepends: automake1.9, macathena-base (>= 76-1)
17 UpdateConfigGuess: true
18 CompileScript: <<
19         cp %p/share/macathena-base/athena-copyright %b/
20        
21         cp %p/share/automake-1.9/install-sh %b/
22         cp %p/share/automake-1.9/mkinstalldirs %b/
23         autoconf
24         ./configure %c
25         make
26 <<
Note: See TracBrowser for help on using the browser.