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