Package: macathena-moira Version: 20091016 Revision: 1 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: f97903ce5b82af35247705b9aeeb33d3 Depends: macathena-hesiod, libncurses5-shlibs BuildDepends: fink (>= 0.24.12), libncurses5 UpdateConfigGuess: true PatchFile: %n.patch PatchFile-MD5: e05590ac3f1b07dad64b082f9673c382 PatchScript: patch -p1 < %{PatchFile} ConfigureParams: --with-krb5 --without-krb4 --with-com_err --with-hesiod --mandir=%p/share/man CompileScript: << autoconf env TERM=vt100 ./configure %c make << InstallScript: << make install DESTDIR=%d 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/include/moira %i/lib cp %b/include/moira.h %b/lib/mr_et.h %b/lib/krb_et.h %b/lib/ureg_err.h %i/include/moira %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 <<