]> git.ipfire.org Git - ipfire-3.x.git/blob - attr/attr.nm
kernel: udpate to 5.2
[ipfire-3.x.git] / attr / attr.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = attr
7 version = 2.4.43
8 release = 7
9
10 groups = System/Filesystems
11 url = http://oss.sgi.com/projects/xfs/
12 license = GPLv2+ LGPLv2+
13 summary = Tools for extended attribute support.
14
15 description
16 A set of tools for manipulating extended attributes on filesystem
17 objects.
18 end
19
20 source_dl = ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/
21
22 build
23 requires
24 gettext
25 libtool
26 end
27
28 configure_options += \
29 --libexecdir=%{libdir} \
30 --enable-shared
31
32 make_build_targets += LIBTOOL="libtool --tag=CC"
33 make_install_targets += install-lib install-dev
34
35 install_cmds
36 # Fix absolute symlink.
37 rm -rvf %{BUILDROOT}%{libdir}/libattr.so
38 ln -svf libattr.so.1 %{BUILDROOT}%{libdir}/libattr.so
39
40 # Fix library permissions.
41 chmod 755 %{BUILDROOT}%{libdir}/libattr.so.*
42 end
43 end
44
45 packages
46 package lib%{name}
47 provides += attr=%{thisver}
48 end
49
50 package lib%{name}-devel
51 template DEVEL
52
53 provides += attr-devel=%{thisver}
54 end
55
56 package lib%{name}-debuginfo
57 template DEBUGINFO
58
59 provides += attr-debuginfo
60 end
61 end