]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - polkit/polkit.nm
glib2: Update to 2.39.4.
[people/ms/ipfire-3.x.git] / polkit / polkit.nm
CommitLineData
de81a2c3 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
de81a2c3
MT
4###############################################################################
5
802ea3af
MT
6name = polkit
7version = 0.96
8release = 1
de81a2c3 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.freedesktop.org/wiki/Software/PolicyKit
12license = LGPLv2+
13summary = PolicyKit Authorization Framework.
de81a2c3 14
802ea3af
MT
15description
16 PolicyKit is a toolkit for defining and handling authorizations.
17 It is used for allowing unprivileged processes to speak to privileged
de81a2c3 18 processes.
802ea3af
MT
19end
20
21source_dl =
22
23build
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
45end
46
47packages
48 package %{name}
49 end
1f9bc2f0 50
802ea3af
MT
51 package %{name}-devel
52 template DEVEL
53 end
1f9bc2f0
MT
54
55 package %{name}-debuginfo
56 template DEBUGINFO
57 end
802ea3af 58end