Commit | Line | Data |
---|---|---|
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/ | |
68863682 | 11 | License: GNU General Public License, Version 2 or later |
854cc613 | 12 | SoftwareVersion: @VERSION@ |
adf070e7 FT |
13 | Repository: http://www.dolda2000.com/~fredrik/doldaconnect/ap/doldaconnect-uilib.xml |
14 | AutopackageTarget: 1.2 | |
15 | InterfaceVersion: 1.1 | |
88ef9b91 | 16 | PackageFileName: doldaconnect-uilib-@VERSION@.package |
854cc613 | 17 | |
18 | [Description] | |
19 | The Dolda Connect interface library is used by programs for talking | |
20 | with the Dolda Connect daemon. | |
21 | ||
22 | [BuildPrepare] | |
5caadb7f | 23 | prepareBuild --without-krb5 --disable-daemon --without-gtk2 |
854cc613 | 24 | |
25 | [BuildUnprepare] | |
26 | unprepareBuild | |
27 | ||
28 | [Imports] | |
29 | echo lib | import | |
30 | ||
31 | [Prepare] | |
32 | ||
33 | [Install] | |
adf070e7 | 34 | installLib lib/libdcui.so.1.1.0 |
854cc613 | 35 | |
36 | [Uninstall] | |
37 | uninstallFromLog |