d3372da9 |
1 | # -*-shell-script-*- |
2 | |
3 | [Meta] |
6c2555c3 |
4 | RootName: @dolda2000.com/fredrik/doldaconnect/dolcon:$SOFTWAREVERSION |
d3372da9 |
5 | DisplayName: Dolda Connect GTK 2 user interface |
6 | ShortName: doldaconnect-gtk |
7 | Maintainer: Fredrik Tolf <fredrik@dolda2000.com> |
8 | Packager: Fredrik Tolf <fredrik@dolda2000.com> |
9 | Summary: A user interface module for Dolda Connect using GTK 2. |
10 | URL: http://www.dolda2000.com/~fredrik/doldaconnect/ |
11 | License: GNU General Public License, Version 2 |
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 a user interface program for Dolda Connect. It connects to the |
23 | Dolda Connect daemon and lets a user control it. This user interface |
24 | is written with GTK 2. |
25 | |
26 | Note that this program does not share files or anything of the sort -- |
27 | it is the daemon that does that. This program only controls the |
28 | daemon. |
29 | |
30 | [BuildPrepare] |
31 | prepareBuild --enable-gtk2ui --disable-gnomeapplet |
32 | |
33 | [BuildUnprepare] |
34 | unprepareBuild |
35 | |
36 | [Imports] |
6c2555c3 |
37 | echo bin/dolcon share | import |
d3372da9 |
38 | |
39 | [Prepare] |
40 | require @gtk.org/gtk 2.0 |
54604cb2 |
41 | require @mit.edu/krb5 3.2 |
6c2555c3 |
42 | require @dolda2000.com/fredrik/doldaconnect/dcuilib 0.0 |
d3372da9 |
43 | |
44 | [Install] |
5196ae94 |
45 | installExe dolcon |
d3372da9 |
46 | installLocale share/locale |
47 | |
48 | [Uninstall] |
49 | uninstallFromLog |