Commit | Line | Data |
---|---|---|
91f853fb FT |
1 | # -*-shell-script-*- |
2 | ||
3 | [Meta] | |
4 | RootName: @dolda2000.com/fredrik/doldaconnect/dolcon:$SOFTWAREVERSION | |
5 | DisplayName: Dolda Connect daemon | |
6 | ShortName: doldaconnect-daemon | |
7 | Maintainer: Fredrik Tolf <fredrik@dolda2000.com> | |
8 | Packager: Fredrik Tolf <fredrik@dolda2000.com> | |
9 | Summary: The main Dolda Connect file-sharing program. | |
10 | URL: http://www.dolda2000.com/~fredrik/doldaconnect/ | |
11 | License: GNU General Public License, Version 2 or later | |
12 | SoftwareVersion: @VERSION@ | |
13 | AutopackageTarget: 1.0 | |
14 | ||
15 | # Only uncomment InterfaceVersion if your package exposes interfaces to other software, | |
16 | # for instance if it includes DSOs or python/perl modules. See the developer guide for more info, | |
17 | # or ask on autopackage-dev if you don't understand interface versioning in autopackage. | |
18 | # | |
19 | # InterfaceVersion: 0.0 | |
20 | ||
21 | [Description] | |
22 | This is the Dolda Connect daemon, the program that does all the actual | |
23 | file-sharing work in Dolda Connect. | |
24 | ||
25 | Note that, unless you really want to talk to the daemon using telnet, | |
26 | you will also want a user interface program to control it. | |
27 | ||
28 | [BuildPrepare] | |
29 | prepareBuild --disable-gtk2ui --without-krb5 | |
30 | ||
31 | [BuildUnprepare] | |
32 | unprepareBuild | |
33 | ||
34 | [Imports] | |
35 | echo bin/doldacond bin/locktouch bin/tthsum libexec/speedrec share/man etc | import | |
36 | ||
37 | [Prepare] | |
38 | ||
39 | [Install] | |
40 | installExe bin/doldacond bin/locktouch bin/tthsum | |
41 | copyFiles libexec/speedrec "$PREFIX/libexec" | |
42 | copyFiles etc/* "$PREFIX/etc" | |
43 | ||
44 | [Uninstall] | |
45 | uninstallFromLog |