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
17 # directory where we put new packages
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