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

Revision 191, 1.8 kB (checked in by broder, 14 years ago)

Update Moira to use new snapshot and to follow Fink policy for shared
libraries.

Line 
1 Package: macathena-moira
2 Version: svn3945
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: a55bce75d0b8190d4f9f4fc9fbc0c029
15
16 Depends: %N-shlibs (= %v-%r), macathena-hesiod, libncurses5-shlibs
17 BuildDepends: fink (>= 0.24.12), libncurses5
18 UpdateConfigGuess: true
19 PatchFile: %n.patch
20 PatchFile-MD5: d760881dfcd6de5496f96af1163f65f2
21 PatchScript: patch -p0 < %{PatchFile}
22 ConfigureParams: --with-krb5 --without-krb4 --with-com_err --with-hesiod --mandir=%p/share/man
23 CompileScript: <<
24         autoconf
25         env TERM=vt100 ./configure %c
26         make
27 <<
28 InstallScript: <<
29         make install DESTDIR=%d
30         mv %i/bin/chfn %i/bin/chfn.moira
31         mv %i/bin/chsh %i/bin/chsh.moira
32         mv %i/share/man/man1/chfn.1 %i/share/man/man1/chfn.moira.1
33         mv %i/share/man/man1/chsh.1 %i/share/man/man1/chsh.moira.1
34        
35         %b/mkinstalldirs %i/share/doc/%n
36         cat %b/include/mit-copyright.h | python -c "import sys; print ''.join(sys.stdin.readlines()[2:-2])" >%i/share/doc/%n/copyright
37 <<
38
39 SplitOff: <<
40   Package: %N-shlibs
41   Files: %lib/libmoira.*.dylib
42   Shlibs: <<
43     %p/%lib/libmoira.0.dylib 1.0.0 %N-shlibs (>= svn3945-1)
44   <<
45 <<
46 SplitOff2: <<
47   Package: %N-dev
48   Depends: %N-shlibs (= %v-%r)
49   BuildDependsOnly: True
50   Files: %lib/libmoira.dylib %lib/libmoira.la %lib/libmoira.a include share/man/man3
51 <<
52 SplitOff3: <<
53   Package: %N-update-server
54   Depends: %N-shlibs (= %v-%r)
55   Files: etc sbin/update_server share/man/man8/update_server.*
56 <<
Note: See TracBrowser for help on using the browser.