updates.
[silc.git] / distdir / toolkit
1 name Toolkit
2 package silc-toolkit
3 bug-report silc-devel@lists.silcnet.org
4
5 # Inherits
6 inherit common
7 #inherit client
8 #inherit server
9
10 # License
11 license distdir/TOOLKIT
12 include distdir/GPL GPL
13 include distdir/BSD BSD
14 license-header distdir/GPL-header distdir/TOOLKIT-header
15
16 # Distdefs
17 define SILC_DIST_TOOLKIT
18 # SFTP is undefined in server, so force it here
19 define SILC_DIST_SFTP
20 define SILC_DIST_CLIENTLIB
21 #XXX remove
22 define SILC_DIST_HTTP
23
24 # Includes
25 include README.CVS
26 include README.WIN32
27 include README.MACOSX
28 include apps/silcer
29 include apps/silc
30 include tutorial
31
32 # Noprocess to optimize packaging and avoid re-licensing of certain files
33 noprocess COPYING GPL BSD
34 noprocess doc/toolkit/
35 noprocess apps/
36 noprocess win32/
37
38 pre-hook distdir/pre-run
39 post-process-dist-hook distdir/post-process-dist
40 pre-dist-hook distdir/pre-dist-toolkit
41 post-dist-hook distdir/post-dist
42