Set PackageFileName in autopackages.
[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
461ad04e 15PackageFileName: doldaconnect-daemon.package
91f853fb
FT
16
17# Only uncomment InterfaceVersion if your package exposes interfaces to other software,
18# for instance if it includes DSOs or python/perl modules. See the developer guide for more info,
19# or ask on autopackage-dev if you don't understand interface versioning in autopackage.
20#
21# InterfaceVersion: 0.0
22
23[Description]
24This is the Dolda Connect daemon, the program that does all the actual
25file-sharing work in Dolda Connect.
26
27Note that, unless you really want to talk to the daemon using telnet,
28you will also want a user interface program to control it.
29
30[BuildPrepare]
3916b686 31prepareBuild --without-gtk2 --without-krb5 --without-keyutils --without-pam
91f853fb
FT
32
33[BuildUnprepare]
34unprepareBuild
35
36[Imports]
37echo bin/doldacond bin/locktouch bin/tthsum libexec/speedrec share/man etc | import
38
39[Prepare]
3916b686
FT
40require @zlib.org/zlib 1
41require @bzip.org/libbz2 1
42require @gnu.org/gdbm 3
91f853fb
FT
43
44[Install]
45installExe bin/doldacond bin/locktouch bin/tthsum
46copyFiles libexec/speedrec "$PREFIX/libexec"
47copyFiles etc/* "$PREFIX/etc"
48
49[Uninstall]
50uninstallFromLog