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

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

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

Line 
1 Package: macathena-athinfo
2 Version: 22699
3 Revision: 2
4 Source: http://macathena.mit.edu/dist/athinfo-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 information about a workstation
9 DescDetail: <<
10         An Athena utility to retrieve information about a workstation. The athinfo
11         tool queries a remote workstation using the athinfo daemon for information
12         about the workstation, such as its hardware type and configuration, its
13         current software installation state, the number of users logged on, and
14         various other informational state queries.
15 <<
16 Source-MD5: 12043897f54c0c7a955b0600175ac6bb
17 DocFiles: athena-copyright
18
19 BuildDepends: automake1.9, macathena-base (>= 76-1)
20 UpdateConfigGuess: true
21 CompileScript: <<
22         cp %p/share/macathena-base/athena-copyright %b/
23        
24         cp %p/share/automake-1.9/install-sh %b/
25         cp %p/share/automake-1.9/mkinstalldirs %b/
26         autoconf
27         ./configure %c
28         make
29 <<
Note: See TracBrowser for help on using the browser.