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