]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - attr/attr.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[people/amarx/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 = 6
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 end
40 end
41
42 packages
43 package lib%{name}
44 provides += attr=%{thisver}
45 end
46
47 package lib%{name}-devel
48 template DEVEL
49
50 provides += attr-devel=%{thisver}
51 end
52
53 package lib%{name}-debuginfo
54 template DEBUGINFO
55
56 provides += attr-debuginfo
57 end
58 end