Browse Source

Update meta-data for new Mkit version

Alois Mahdal 8 years ago
parent
commit
c2d010c69b
5 changed files with 13 additions and 13 deletions
  1. 0
    2
      Makefile
  2. 0
    4
      config.mk
  3. 10
    4
      mkit.ini
  4. 2
    2
      packaging/satcmd.spec
  5. 1
    1
      src/bin/satcmd.skel

+ 0
- 2
Makefile View File

1
 # saturnin - Spirit of your toolbox
1
 # saturnin - Spirit of your toolbox
2
 # See LICENSE file for copyright and license details.
2
 # See LICENSE file for copyright and license details.
3
 
3
 
4
-include config.mk
5
-
6
 MKIT_DIR=utils/mkit
4
 MKIT_DIR=utils/mkit
7
 include $(MKIT_DIR)/mkit.mk
5
 include $(MKIT_DIR)/mkit.mk
8
 
6
 

+ 0
- 4
config.mk View File

1
-VERSION = 0.1.2
2
-RELSRC = master
3
-RELDST = last
4
-PREFIX = /usr/local

+ 10
- 4
mkit.ini View File

1
 
1
 
2
+[project]
3
+
4
+    version = 0.1.2
5
+    tagline = Spirit of your toolbox
6
+    relsrc = master
7
+    reldst = last
8
+    name = SATCMD
9
+    pkgname = satcmd
10
+
2
 [ENV]
11
 [ENV]
3
 
12
 
4
-    PKGNAME = satcmd
5
-    PROJNAME = SATCMD
6
-    PREFIX = /usr
13
+    PREFIX = /usr/local
7
 
14
 
8
 [lists]
15
 [lists]
9
 
16
 
16
     dist = LICENSE
23
     dist = LICENSE
17
     dist = Makefile
24
     dist = Makefile
18
     dist = README.md
25
     dist = README.md
19
-    dist = config.mk
20
     dist = mkit.ini
26
     dist = mkit.ini
21
     dist = packaging
27
     dist = packaging
22
     dist = src
28
     dist = src

+ 2
- 2
packaging/satcmd.spec View File

1
 Name:		satcmd
1
 Name:		satcmd
2
-Version:	__VERSION__
2
+Version:	__MKIT_PROJ_VERSION__
3
 Release:	1%{?dist}
3
 Release:	1%{?dist}
4
-Summary:	satcmd - Saturnin demo toolbox
4
+Summary:	satcmd - __MKIT_PROJ_TAGLINE__
5
 
5
 
6
 License:	LGPLv2
6
 License:	LGPLv2
7
 Source0:	%{name}-%{version}.tar.gz
7
 Source0:	%{name}-%{version}.tar.gz

+ 1
- 1
src/bin/satcmd.skel View File

23
 SATURNIN_CACHE_HOME="__SATURNIN_CACHE_HOME__"
23
 SATURNIN_CACHE_HOME="__SATURNIN_CACHE_HOME__"
24
 SATURNIN_LIBEXEC="__SATURNIN_LIBEXEC__"
24
 SATURNIN_LIBEXEC="__SATURNIN_LIBEXEC__"
25
 SATURNIN_LIBEXEC_PREFIX="satcmd-"
25
 SATURNIN_LIBEXEC_PREFIX="satcmd-"
26
-SATURNIN_APP_VERSION="__VERSION__"
26
+SATURNIN_APP_VERSION="__MKIT_PROJ_VERSION__"
27
 
27
 
28
 #
28
 #
29
 # =====END BUILT PART=====
29
 # =====END BUILT PART=====