854cc613 |
1 | # -*-shell-script-*- |
2 | |
3 | [Meta] |
40bc05fb |
4 | RootName: @dolda2000.com/fredrik/doldaconnect/dcuilib:$SOFTWAREVERSION |
854cc613 |
5 | DisplayName: Dolda Connect interface library |
6 | ShortName: doldaconnect-uilib |
7 | Maintainer: Fredrik Tolf <fredrik@dolda2000.com> |
8 | Packager: Fredrik Tolf <fredrik@dolda2000.com> |
9 | Summary: A library used by programs interfacing against the Dolda Connect daemon |
10 | URL: http://www.dolda2000.com/~fredrik/doldaconnect/ |
11 | License: GNU General Public License, Version 2 |
12 | SoftwareVersion: @VERSION@ |
13 | AutopackageTarget: 1.0 |
14 | InterfaceVersion: 0.0 |
15 | |
16 | [Description] |
17 | The Dolda Connect interface library is used by programs for talking |
18 | with the Dolda Connect daemon. |
19 | |
20 | [BuildPrepare] |
21 | prepareBuild |
22 | |
23 | [BuildUnprepare] |
24 | unprepareBuild |
25 | |
26 | [Imports] |
27 | echo lib | import |
28 | |
29 | [Prepare] |
54604cb2 |
30 | require @mit.edu/krb5 3.2 |
854cc613 |
31 | |
32 | [Install] |
33 | installLib lib/libdcui.so.0.0.0 |
34 | |
35 | [Uninstall] |
36 | uninstallFromLog |