libattr: new port
This commit is contained in:
parent
5a8f9f217f
commit
28b41ec2d3
25
libattr/.footprint
Normal file
25
libattr/.footprint
Normal file
@ -0,0 +1,25 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/attr/
|
||||
-rw-r--r-- root/root usr/include/attr/attributes.h
|
||||
-rw-r--r-- root/root usr/include/attr/error_context.h
|
||||
-rw-r--r-- root/root usr/include/attr/libattr.h
|
||||
-rw-r--r-- root/root usr/include/attr/xattr.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libattr.a
|
||||
-rw-r--r-- root/root usr/lib/libattr.la
|
||||
lrwxrwxrwx root/root usr/lib/libattr.so -> /usr/lib/libattr.so.1
|
||||
lrwxrwxrwx root/root usr/lib/libattr.so.1 -> libattr.so.1.1.0
|
||||
-rw-r--r-- root/root usr/lib/libattr.so.1.1.0
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-rw-r--r-- root/root usr/man/man3/attr_get.3.gz
|
||||
lrwxrwxrwx root/root usr/man/man3/attr_getf.3.gz -> attr_get.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/attr_list.3.gz
|
||||
lrwxrwxrwx root/root usr/man/man3/attr_listf.3.gz -> attr_list.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/attr_multi.3.gz
|
||||
lrwxrwxrwx root/root usr/man/man3/attr_multif.3.gz -> attr_multi.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/attr_remove.3.gz
|
||||
lrwxrwxrwx root/root usr/man/man3/attr_removef.3.gz -> attr_remove.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/attr_set.3.gz
|
||||
lrwxrwxrwx root/root usr/man/man3/attr_setf.3.gz -> attr_set.3.gz
|
1
libattr/.md5sum
Normal file
1
libattr/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
91583a14bcbd637adaa9b07ea49c5d4b attr_2.4.43-1.tar.gz
|
23
libattr/Pkgfile
Normal file
23
libattr/Pkgfile
Normal file
@ -0,0 +1,23 @@
|
||||
# Description: Extented attributes library
|
||||
# URL: http://acl.bestbits.at/
|
||||
# Maintainer: Antti Nykanen, aon at iki dot fi
|
||||
# Depends on:
|
||||
|
||||
name=libattr
|
||||
version=2.4.43-1
|
||||
release=1
|
||||
source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_${version}.tar.gz)
|
||||
|
||||
build() {
|
||||
cd attr-${version%-1}
|
||||
./configure --prefix=$PKG/usr --libexecdir=$PKG/usr/lib
|
||||
make
|
||||
make install-lib
|
||||
make install-dev
|
||||
|
||||
rm $PKG/usr/lib/libattr.so
|
||||
ln -s /usr/lib/libattr.so.1 $PKG/usr/lib/libattr.so
|
||||
|
||||
# category 2 manuals are included in core/man-pages
|
||||
rm -rf $PKG/usr/man/man2
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user