]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - polkit/polkit.nm
cracklib: Fix setting password issue on x86_64 (#10074).
[people/arne_f/ipfire-3.x.git] / polkit / polkit.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = polkit
7 version = 0.96
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.freedesktop.org/wiki/Software/PolicyKit
12 license = LGPLv2+
13 summary = PolicyKit Authorization Framework.
14
15 description
16 PolicyKit is a toolkit for defining and handling authorizations.
17 It is used for allowing unprivileged processes to speak to privileged
18 processes.
19 end
20
21 source_dl =
22
23 build
24 requires
25 eggdbus-devel
26 expat-devel
27 intltool
28 gettext
29 glib2-devel
30 pam-devel
31 perl-XML-Parser
32 pkg-config
33 end
34
35 configure_options += \
36 --sysconfdir=/etc \
37 --libexecdir=/usr/lib/polkit-1 \
38 --localstatedir=/var \
39 --disable-introspection \
40 --disable-static
41
42 prepare_cmds
43 sed -e "s/^SUBDIRS.*/SUBDIRS = actions data src po/" -i Makefile*
44 end
45 end
46
47 packages
48 package %{name}
49 end
50
51 package %{name}-devel
52 template DEVEL
53 end
54
55 package %{name}-debuginfo
56 template DEBUGINFO
57 end
58 end