]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libuser/libuser.nm
12db984252ffeb98d3600f85f02001be2531eacf
[people/amarx/ipfire-3.x.git] / libuser / libuser.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libuser
7 version = 0.57.1
8 release = 1
9
10 groups = System/Libraries
11 url = https://fedorahosted.org/libuser/
12 license = LGPLv2+
13 summary = A user and group account administration library.
14
15 description
16 The libuser library implements a standardized interface for \
17 manipulating and administering user and group accounts. The \
18 library uses pluggable back-ends to interface to its data sources.
19 end
20
21 source_dl =
22 sources = %{thisapp}.tar.xz
23
24 build
25 requires
26 cyrus-sasl-devel
27 glib2-devel
28 libselinux-devel
29 openldap-devel
30 pam-devel
31 pkg-config
32 popt-devel
33 python-devel
34 end
35
36 configure_options += \
37 --sysconfdir=/etc \
38 --with-ldap \
39 --with-selinux
40
41 prepare_cmds
42 # Little hack that we don't build documentation that requires sgml2html
43 sed -e "s/^SUBDIRS = .*/SUBDIRS = po/" -i Makefile.in
44 end
45 end
46
47 packages
48 package %{name}
49 end
50
51 package %{name}-devel
52 template DEVEL
53 end
54 end