summaryrefslogtreecommitdiffstats
path: root/kommander/working/plugintemplate/kommanderplugin.tdevtemplate
blob: 3aad17f72b3879189bb819d6478c045f422d38dd (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
# KDE Config File
[General]
Name=Kommander Plugin
Category=C++/Kommander/
Comment=This generates a plugin for Kommander
FileTemplates=h,CStyle,cpp,CStyle
ShowFilesAfterGeneration=%{dest}/%{APPNAMELC}.cpp
Archive=kommanderplugin.tar.gz

[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.tdevtemplate

[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.tdevtemplate

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

[FILE1]
Type=install
EscapeXML=true
Source=%{src}/app.tdevelop
Dest=%{dest}/%{APPNAMELC}.tdevelop

[FILE2]
Type=install
Source=%{src}/src-Makefile.am
Dest=%{dest}/src/Makefile.am

[FILE3]
Type=install
Source=%{src}/widget.cpp
Dest=%{dest}/src/%{APPNAMELC}.cpp

[FILE4]
Type=install
Source=%{src}/widget.h
Dest=%{dest}/src/%{APPNAMELC}.h

[FILE5]
Type=install
Source=%{src}/plugin.cpp
Dest=%{dest}/src/%{APPNAMELC}plugin.cpp

[FILE6]
Type=install
Source=%{tdevelop}/template-common/kde-Makefile.cvs
Dest=%{dest}/Makefile.cvs

[FILE7]
Type=install
Source=%{tdevelop}/template-common/tde-configure.in.in
Dest=%{dest}/configure.in.in

[FILE8]
Type=install
Source=%{tdevelop}/template-common/kde-Makefile.am
Dest=%{dest}/Makefile.am


[MSG]
Type=message
Comment=A Kommander plugin was created in %{dest}