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

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

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

Line 
1 Package: macathena-getcluster
2 Version: 22699
3 Revision: 2
4 Source: http://macathena.mit.edu/dist/getcluster-svn%v.tar.gz
5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu>
6 HomePage: http://macathena.mit.edu/
7 License: BSD
8 Description: Retrieve Hesiod info for Athena workstations
9 DescDetail: <<
10         Retrieve service cluster info from Hesiod for Athena workstations
11         The getcluster program is used on all Athena workstations to find the
12         service cluster information for the workstation and writes a list of
13         environment variable assignments which can be used to initialize a
14         shell accordingly.
15 <<
16 Source-MD5: 662aa267d3c555019007dac9b243a9b7
17 DocFiles: athena-copyright
18
19 Depends: macathena-libhesiod
20 BuildDepends: automake1.9, macathena-base (>= 76-1)
21 UpdateConfigGuess: true
22 CompileScript: <<
23         cp %p/share/macathena-base/athena-copyright %b/
24        
25         cp %p/share/automake-1.9/install-sh %b/
26         cp %p/share/automake-1.9/mkinstalldirs %b/
27         autoconf
28         ./configure %c
29         make
30 <<
Note: See TracBrowser for help on using the browser.