]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - acl/acl.nm
file: Update to 5.18.
[people/ms/ipfire-3.x.git] / acl / acl.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = acl
7 version = 2.2.51
8 release = 3
9
10 groups = System/Filesystems
11 url = http://oss.sgi.com/projects/xfs/
12 license = GPLv2+
13 summary = Access control list utilities.
14
15 description
16 This package contains the getfacl and setfacl utilities needed for
17 manipulating access control lists.
18 end
19
20 source_dl = http://download-mirror.savannah.gnu.org/releases/acl/
21 sources = %{thisapp}.src.tar.gz
22
23 build
24 requires
25 gettext
26 libattr-devel
27 libnfsidmap-devel
28 libtool
29 end
30
31 configure_options += \
32 --libexecdir=%{libdir} \
33 --disable-static
34
35 make_build_targets += LIBTOOL="libtool --tag=CC"
36
37 test
38 make tests
39 end
40
41 make_install_targets += install-dev install-lib
42
43 install_cmds
44 # Fix library permissions.
45 chmod 755 %{BUILDROOT}%{libdir}/libacl.so.*
46 end
47 end
48
49 packages
50 package %{name}
51
52 package libacl
53 template LIBS
54 end
55
56 package libacl-devel
57 template DEVEL
58
59 # Overwrite default dependency because the
60 # libs are in a subpackage.
61 requires = libacl=%{thisver}
62 end
63
64 package %{name}-debuginfo
65 template DEBUGINFO
66
67 provides += libacl-debuginfo
68 end
69 end