summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/wxhello/wxhello
blob: ac2672ade8955af8a8f42575ad967331e4fdc5d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# wxWidgets Config File
[General]
Name=Simple Hello wxWidgets Application
Name[fr]=Un simple programme de test « Hello world »
Category=C++/wxWidgets
Comment=Generates a simple wxWidgets Hello application.
Comment[fr]=Génère un simple programme de test du type « Hello world » en utilisant la bibliothéque wxWidgets.
FileTemplates=h,CStyle,cpp,CStyle
Icon=wxhello.png
ShowFilesAfterGeneration=src/APPNAMELC.cpp

[LICENSE]
Type=install
Source=%{src}/template-common/%{LICENSEFILE}
Dest=%{dest}/%{LICENSEFILE}

[GNU]
Type=install archive
Source=%{src}/template-common/gnu.tar.gz
Dest=%{dest}

[SRC]
Type= mkdir
Dir=%{dest}/src

[DOCSDIR]
Type=mkdir
Dir=%{dest}/doc

[DOCSDIREN]
Type=mkdir
Dir=%{dest}/doc/en

[DOCSMAKEFILE.AM1]
Type=install
Source=%{src}/template-common/kde-doc-Makefile.am
Dest=%{dest}/doc/Makefile.am
Option=INSTALL_DOCS

[DOCSMAKEFILE.AM2]
Type=install
Source=%{src}/template-common/kde-doc-en-Makefile.am
Dest=%{dest}/doc/en/Makefile.am
Option=INSTALL_DOCS

[DOCS]
Type=install
Source=%{src}/template-common/tde-index.docbook
Dest=%{dest}/doc/en/index.docbook
Option=INSTALL_DOCS

[PROJECT]
Type=install
Source=%{src}/template-wxhello/app.tdevelop
Dest=%{dest}/${APPNAMELC}.tdevelop

[WXMAKEFILE.AM]
Type=install
Source=%${src}/template-common/wx-Makefile.am
Dest=%{dest}/Makefile.am

[WXMAKEFILE.CVS]
Type=install
Source=%${src}/template-common/wx-Makefile.cvs
Dest=%{dest}/Makefile.cvs

[WXCONFIGURE.IN]
Type=install
Source=%${src}/template-common/wx-configure.in
Dest=%{dest}/configure.in

[APPICON.16]
Type=install
Source=%${src}/template-common/hi16-app-app.png
Dest=%{dest}/src/hi16-app-${APPNAMELC}.png

[APPICON.32]
Type=install
Source=%${src}/template-common/hi32-app-app.png
Dest=%{dest}/src/hi32-app-${APPNAMELC}.png

[SUBDIRS]
Type=install
Source=%${src}/template-wxhello/subdirs
Dest=%{dest}/subdirs

[SRC.MAKEFILE.AM]
Type=install
Source=%${src}/template-wxhello/src-Makefile.am
Dest=%{dest}/src/Makefile.am

[APP.CPP]
Type=install
Source=%${src}/template-wxhello/app.cpp
Dest=%{dest}/src/${APPNAMELC}.cpp

[APP.H]
Type=install
Source=%${src}/template-wxhello/app.h
Dest=%{dest}/src/${APPNAMELC}.h

[APP.DESKTOP]
Type=install
Source=%${src}/template-wxhello/app.desktop
Dest=%{dest}/src/${APPNAMELC}.desktop