Details on this package are located in Section 10.31.2, “Contents of Attr.”
Attr is a library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities.
Apply a sed to install the documentation with a versioned directory:
sed -i -e 's|/@pkg_name@|&-@pkg_version@|' include/builddefs.in
Prepare Attr for compilation:
CC="gcc ${BUILD32}" ./configure \ --prefix=/usr --libdir=/lib \ --libexecdir=/usr/lib
Compile the package:
make
The tests need to run with a filesystem which supports extended attributes. Test the results:
make -j1 tests root-tests
Install the package:
make install install-dev install-lib
Recreate the symlink in /usr/lib
and
remove the shared link from /lib
:
ln -sfv ../../lib/$(readlink /lib/libattr.so) /usr/lib/libattr.so rm -v /lib/libattr.so
Set the proper permissions on the shared library:
chmod 755 -v /lib/libattr.so.1.1.0
Details on this package are located in Section 10.31.2, “Contents of Attr.”