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

Revision 47, 1.1 kB (checked in by broder, 17 years ago)

Fixed version on moira, set automake dependency on macathena-base, wrote athdir and libathdir packages

Line 
1 Package: macathena-moira
2 Version: 20080116
3 Revision: 1
4 Source: http://macathena.mit.edu/dist/moira-%v.tar.gz
5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu>
6 HomePage: http://macathena.mit.edu/
7 License: BSD
8 Description: The Athena Service Management system
9 DescDetail: <<
10         Moira is the Athena Service Management system.  It serves as the
11         central repository for information about users, groups hosts, print
12         queues, and several other aspects of the Athena environment.
13 <<
14 Source-MD5: c4ee8b7555546e9b2b70eb31e3307a7e
15
16 BuildDepends: fink (>= 0.24.12), macathena-hesiod, libncurses5
17 UpdateConfigGuess: true
18 PatchFile: %n.patch
19 PatchFile-MD5: b351913b158ec878a18051c34b677c3f
20 PatchScript: patch -p0 < %{PatchFile}
21 ConfigureParams: --with-krb5 --with-com_err --with-hesiod
22 CompileScript: <<
23         autoconf
24         env TERM=vt100 ./configure %c
25         make
26 <<
27 InstallScript: <<
28         make install prefix=%i
29         mv %i/bin/chfn %i/bin/chfn.moira
30         mv %i/bin/chsh %i/bin/chsh.moira
31         mv %i/share/man/man1/chfn.1 %i/share/man/man1/chfn.moira.1
32         mv %i/share/man/man1/chsh.1 %i/share/man/man1/chsh.moira.1
33 <<
Note: See TracBrowser for help on using the browser.