forked from ports/compat-32
attr-32: initial import
This commit is contained in:
parent
fd9177878c
commit
3ae194e9f7
0
attr-32/.32bit
Normal file
0
attr-32/.32bit
Normal file
7
attr-32/.footprint
Normal file
7
attr-32/.footprint
Normal file
@ -0,0 +1,7 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
-rw-r--r-- root/root usr/lib32/libattr.a
|
||||
-rw-r--r-- root/root usr/lib32/libattr.la
|
||||
lrwxrwxrwx root/root usr/lib32/libattr.so -> libattr.so.1
|
||||
lrwxrwxrwx root/root usr/lib32/libattr.so.1 -> libattr.so.1.1.0
|
||||
-rw-r--r-- root/root usr/lib32/libattr.so.1.1.0
|
1
attr-32/.md5sum
Normal file
1
attr-32/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
84f58dec00b60f2dc8fd1c9709291cc7 attr-2.4.47.src.tar.gz
|
27
attr-32/Pkgfile
Normal file
27
attr-32/Pkgfile
Normal file
@ -0,0 +1,27 @@
|
||||
# Description: Extented attributes library
|
||||
# URL: http://savannah.nongnu.org/projects/attr/
|
||||
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
||||
|
||||
name=attr-32
|
||||
version=2.4.47
|
||||
release=1
|
||||
source=(http://download-mirror.savannah.gnu.org/releases/attr/attr-$version.src.tar.gz)
|
||||
|
||||
build() {
|
||||
cd attr-$version
|
||||
|
||||
export DEBUG=-DNDEBUG
|
||||
export OPTIMIZER=$CFLAGS
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--bindir=/bin \
|
||||
--mandir=/usr/man \
|
||||
--libdir=/usr/lib32 \
|
||||
--libexecdir=/usr/lib32
|
||||
|
||||
make
|
||||
make DIST_ROOT=$PKG install install-lib install-dev
|
||||
|
||||
rm -r $PKG/bin $PKG/usr/{include,man,share}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user