new order controller to view orders, lots of bugfixes
[smr.git] / devel-tools / config
blobb650af3bd20c77ce1669134b5014ffb77ebdadc9
2 #       Config file for SMR development tools.
4 #       The development tools package is only ment for those who develop SMR and do
5 #       packaging. It is not required to run it.
8 # how we call the top-level directories of SMR applications
9 # - that is where all the code is underneath
10 # - it *must* match with the repository
11 SMR_GUI=gui
12 SMR_DAEMON=smrd
13 SMR_PLATFORM=platform
14 SMR_MANUAL=manual
15 SMR_TOOLS=devel-tools
17 # directory where we put new packages
18 SMR_PACKAGES=packages
20 # package names
21 # - the idea is to produce a number of tar packages
22 #     o common source package with everything in it as basis for further
23 #       packaging (RPM, Deb, ...)
24 #     o tarballs for direct installation for those who do not want RPMs/Debs or
25 #       just to provide snapshots, one per application
26 # - the version or revision will be appended to this
27 SMR_PACKAGE_SOURCE="smr-src"
28 SMR_PACKAGE_GUI="smr-gui"
29 SMR_PACKAGE_DAEMON="smr-daemon"
30 SMR_PACKAGE_MANUAL="smr-manual"
32 # path to local repository
33 SMR_REPO=~/src/smr