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

Revision 121, 1.9 kB (checked in by broder, 16 years ago)

Updating packages to be more compliant with the Fink packaging standards

...other than, you know, the part where I dump a bunch of things outside of /sw

Line 
1 Package: macathena-discuss
2 Version: 22713
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: 1739bec176df8f31b23ac56b98c71a50
14 DocFiles: athena-copyright
15
16 Depends: libss
17 BuildDepends: fink (>= 0.24.12), automake1.9, macathena-base (>= 76-1)
18 UpdateConfigGuess: true
19 PatchFile: %n.patch
20 PatchFile-MD5: dfd9f5a28f4a01ca59d2f8fb2e18e7a5
21 ConfigureParams: --with-krb5 --with-ss=%p
22 CompileScript: <<
23         cp %p/share/macathena-base/athena-copyright %b/
24        
25         cp %p/share/automake-1.9/install-sh %b/
26         cp %p/share/automake-1.9/mkinstalldirs %b/
27         autoconf
28         env TERM=vt100 ./configure %c
29         make
30 <<
31
32 SplitOff: <<
33         Package: macathena-discuss-server
34         DocFiles: athena-copyright
35         Depends: macathena-discuss
36         Files: bin/create_mtg_dir sbin/discussd sbin/disserve
37         DescPackaging: This package contains the discuss server.
38 <<
39 SplitOff2: <<
40         Package: macathena-libdsk-dev
41         DocFiles: athena-copyright
42         Depends: macathena-libusp-dev
43         Files: include/discuss lib/libdsk.a
44         Description: Development files for discuss library
45         DescPackaging: <<
46         This package contains libdsk headers and static libraries for
47         development.
48         <<
49 <<
50 SplitOff3: <<
51         Package: macathena-libusp-dev
52         DocFiles: athena-copyright
53         Files: include/usp lib/libusp.a
54         Description: Library files for Unified Stream Protocol
55         DescPackaging: <<
56         This package contains libusp headers and static libraries for
57         development.
58         <<
59 <<
60 SplitOff4: <<
61         Package: macathena-discuss-emacs
62         DocFiles: athena-copyright
63         Depends: macathena-discuss
64         Recommends: emacsen
65         Files: share/emacs/site-lisp
66         Description: Emacs interface to discuss
67         DescPackaging: <<
68         This package contains an Emacs interface to discuss.
69         <<
70 <<
Note: See TracBrowser for help on using the browser.