Package: macathena-moira Version: 20080116 Revision: 2 Source: http://macathena.mit.edu/dist/moira-%v.tar.gz Maintainer: SIPB MacAthena Project HomePage: http://macathena.mit.edu/ License: BSD Description: The Athena Service Management system DescDetail: << Moira is the Athena Service Management system. It serves as the central repository for information about users, groups hosts, print queues, and several other aspects of the Athena environment. << Source-MD5: d52148488b606024bfffdc1775bca707 Depends: macathena-hesiod, libncurses5 BuildDepends: fink (>= 0.24.12) UpdateConfigGuess: true PatchFile: %n.patch PatchFile-MD5: b351913b158ec878a18051c34b677c3f PatchScript: patch -p0 < %{PatchFile} ConfigureParams: --with-krb5 --with-com_err --with-hesiod CompileScript: << autoconf env TERM=vt100 ./configure %c make << InstallScript: << make install prefix=%i mv %i/bin/chfn %i/bin/chfn.moira mv %i/bin/chsh %i/bin/chsh.moira mv %i/share/man/man1/chfn.1 %i/share/man/man1/chfn.moira.1 mv %i/share/man/man1/chsh.1 %i/share/man/man1/chsh.moira.1 %b/mkinstalldirs %i/share/doc/%n cat %b/include/mit-copyright.h | python -c "import sys; print ''.join(sys.stdin.readlines()[2:-2])" >%i/share/doc/%n/copyright <<