Merge branch 'topic/mm-fixes' of git://208.110.73.182/silc into silc.1.1.branch
[silc.git] / distdir / toolkit
1 name Toolkit
2 package silc-toolkit
3 bug-report silc-devel@lists.silcnet.org
4 prereq 1.3.2
5
6 # Inherits
7 inherit common
8
9 # License
10 license distdir/TOOLKIT
11 include distdir/GPL GPL
12 include distdir/BSD BSD
13 license-header distdir/GPL-header distdir/TOOLKIT-header
14
15 # Distdefs
16 define SILC_DIST_TOOLKIT
17 define SILC_DIST_CLIENTLIB
18 define SILC_DIST_HTTP
19 define SILC_DIST_SIM
20
21 # Includes
22 include README.CVS
23 include README.WIN32
24 include README.MACOSX
25 include README.SYMBIAN
26 include tutorial
27
28 # Noprocess to optimize packaging and avoid re-licensing of certain files
29 noprocess COPYING GPL BSD
30 noprocess doc/toolkit/
31 noprocess apps/
32 noprocess win32/
33 noprocess symbian/
34
35 post-process-dist-hook distdir/post-process-dist
36 pre-dist-hook distdir/pre-dist-toolkit
37 post-dist-hook distdir/post-dist
38