]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - acl/acl.nm
Merge remote-tracking branch 'arne_f/autoconf'
[people/arne_f/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 = 2
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 end
43
44 packages
45 package %{name}
46
47 package libacl
48 template LIBS
49 end
50
51 package libacl-devel
52 template DEVEL
53
54 # Overwrite default dependency because the
55 # libs are in a subpackage.
56 requires = libacl=%{thisver}
57 end
58
59 package %{name}-debuginfo
60 template DEBUGINFO
61
62 provides += libacl-debuginfo
63 end
64 end