]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libuser/libuser.nm
util-linux: Update to 2.27
[people/amarx/ipfire-3.x.git] / libuser / libuser.nm
CommitLineData
73e34398 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
73e34398
MT
4###############################################################################
5
802ea3af 6name = libuser
c20802e9 7version = 0.58
802ea3af 8release = 1
73e34398 9
802ea3af
MT
10groups = System/Libraries
11url = https://fedorahosted.org/libuser/
12license = LGPLv2+
13summary = A user and group account administration library.
73e34398 14
802ea3af 15description
c20802e9
SS
16 The libuser library implements a standardized interface for
17 manipulating and administering user and group accounts. The
73e34398 18 library uses pluggable back-ends to interface to its data sources.
802ea3af
MT
19end
20
c20802e9 21source_dl = https://fedorahosted.org/releases/l/i/%{name}/
802ea3af
MT
22sources = %{thisapp}.tar.xz
23
24build
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
45end
46
47packages
48 package %{name}
1f9bc2f0 49
802ea3af
MT
50 package %{name}-devel
51 template DEVEL
52 end
1f9bc2f0
MT
53
54 package %{name}-debuginfo
55 template DEBUGINFO
56 end
802ea3af 57end