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

Revision 174, 1.8 kB (checked in by broder, 15 years ago)

Update delete and discuss to use new com_err-friendly versions.

Line 
1 Package: macathena-discuss
2 Version: 23282
3 Revision: 1
4 Source: http://macathena.mit.edu/dist/discuss-svn%v.tar.gz
5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu>
6 HomePage: http://macathena.mit.edu/
7 License: BSD
8 Description: Conferencing and mail archiving system
9 DescDetail: <<
10         Discuss is a user-interface front end to a networked conferencing
11         system.
12 <<
13 Source-MD5: 72e52079c21022c7077253698dcee70d
14 DocFiles: athena-copyright
15
16 Depends: libss, readline-shlibs
17 BuildDepends: fink (>= 0.24.12), automake1.9, macathena-base (>= 76-1), readline
18 UpdateConfigGuess: true
19 ConfigureParams: --with-krb5 --with-ss=%p
20 CompileScript: <<
21         cp %p/share/macathena-base/athena-copyright %b/
22        
23         cp %p/share/automake-1.9/install-sh %b/
24         cp %p/share/automake-1.9/mkinstalldirs %b/
25         autoconf
26         env TERM=vt100 ./configure %c
27         make
28 <<
29
30 SplitOff: <<
31         Package: macathena-discuss-server
32         DocFiles: athena-copyright
33         Depends: macathena-discuss
34         Files: bin/create_mtg_dir sbin/discussd sbin/disserve
35         DescPackaging: This package contains the discuss server.
36 <<
37 SplitOff2: <<
38         Package: macathena-libdsk-dev
39         DocFiles: athena-copyright
40         Depends: macathena-libusp-dev
41         Files: include/discuss lib/libdsk.a
42         Description: Development files for discuss library
43         DescPackaging: <<
44         This package contains libdsk headers and static libraries for
45         development.
46         <<
47 <<
48 SplitOff3: <<
49         Package: macathena-libusp-dev
50         DocFiles: athena-copyright
51         Files: include/usp lib/libusp.a
52         Description: Library files for Unified Stream Protocol
53         DescPackaging: <<
54         This package contains libusp headers and static libraries for
55         development.
56         <<
57 <<
58 SplitOff4: <<
59         Package: macathena-discuss-emacs
60         DocFiles: athena-copyright
61         Depends: macathena-discuss
62         Recommends: emacsen
63         Files: share/emacs/site-lisp
64         Description: Emacs interface to discuss
65         DescPackaging: <<
66         This package contains an Emacs interface to discuss.
67         <<
68 <<
Note: See TracBrowser for help on using the browser.