Added SILC Server library.
[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
21 # Includes
22 include README.CVS
23 include README.WIN32
24 include README.MACOSX
25 include apps/silcer
26 include apps/silc
27 include tutorial
28
29 # Noprocess to optimize packaging and avoid re-licensing of certain files
30 noprocess COPYING GPL BSD
31 noprocess doc/toolkit/
32 noprocess apps/
33 noprocess win32/
34
35 pre-hook distdir/pre-run
36 post-process-dist-hook distdir/post-process-dist
37 pre-dist-hook distdir/pre-dist-toolkit
38 post-dist-hook distdir/post-dist
39