]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - acl/acl.nm
l7-protocols: Package is of architecture noarch.
[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
MT
6name = acl
7version = 2.2.47
8release = 1
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
20source_dl = ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/
21
22build
23 requires
24 gettext
25 libattr-devel
26 libnfsidmap-devel
27 libtool
28 end
29
30 configure_options += \
31 --bindir=/bin \
32 --disable-static \
33 --mandir=/usr/share/man
34
35 make_build_targets += LIBTOOL="libtool --tag=CC"
36
37 install_cmds
38 mkdir -pv %{BUILDROOT}/{,usr/}lib %{BUILDROOT}/usr/include/{acl,sys}
39 install -v -m0755 %{DIR_APP}/libacl/.libs/libacl.so.1.2.0 %{BUILDROOT}/lib
40 ln -vsf libacl.so.1.2.0 %{BUILDROOT}/lib/libacl.so.1
41 ln -vsf ../../lib/libacl.so.1 %{BUILDROOT}/usr/lib/libacl.so
42 cp -vf %{DIR_APP}/include/libacl.h %{BUILDROOT}/usr/include/acl/
43 cp -vf %{DIR_APP}/include/acl.h %{BUILDROOT}/usr/include/sys/
44 end
45end
46
47packages
48 package %{name}
49 end
50
51 package libacl
52 template LIBS
53 end
54
55 package libacl-devel
56 template DEVEL
57 end
58end