xfsprogs: update to 3.2.0
This commit is contained in:
parent
ad1786cabc
commit
9979bf3469
@ -14,6 +14,7 @@ drwxr-xr-x root/root usr/include/xfs/
|
|||||||
-rw-r--r-- root/root usr/include/xfs/platform_defs.h
|
-rw-r--r-- root/root usr/include/xfs/platform_defs.h
|
||||||
-rw-r--r-- root/root usr/include/xfs/xfs.h
|
-rw-r--r-- root/root usr/include/xfs/xfs.h
|
||||||
-rw-r--r-- root/root usr/include/xfs/xfs_fs.h
|
-rw-r--r-- root/root usr/include/xfs/xfs_fs.h
|
||||||
|
-rw-r--r-- root/root usr/include/xfs/xfs_types.h
|
||||||
-rw-r--r-- root/root usr/include/xfs/xqm.h
|
-rw-r--r-- root/root usr/include/xfs/xqm.h
|
||||||
drwxr-xr-x root/root usr/lib/
|
drwxr-xr-x root/root usr/lib/
|
||||||
-rw-r--r-- root/root usr/lib/libhandle.a
|
-rw-r--r-- root/root usr/lib/libhandle.a
|
||||||
|
@ -1 +1 @@
|
|||||||
de9f1f45026c2f4e0776058d429ff4b6 xfsprogs-3.1.11.tar.gz
|
400047b2f6af87c0345b8f0cc00c13db xfsprogs-3.2.0.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Depends on: util-linux
|
# Depends on: util-linux
|
||||||
|
|
||||||
name=xfsprogs
|
name=xfsprogs
|
||||||
version=3.1.11
|
version=3.2.0
|
||||||
release=1
|
release=1
|
||||||
source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/$name-$version.tar.gz)
|
source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/$name-$version.tar.gz)
|
||||||
|
|
||||||
@ -20,10 +20,10 @@ build() {
|
|||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--disable-gettext
|
--disable-gettext
|
||||||
make
|
make
|
||||||
make DIST_ROOT=$PKG install install-dev
|
make -j1 DIST_ROOT=$PKG install install-dev
|
||||||
|
|
||||||
rm $PKG/lib/libhandle.{a,la,so}
|
rm $PKG/lib/libhandle.{a,la,so}
|
||||||
ln -sf ../../lib/libhandle.so.1.0.3 $PKG/usr/lib/libhandle.so
|
ln -sf ../../lib/$(readlink $PKG/lib/libhandle.so.1) $PKG/usr/lib/libhandle.so
|
||||||
|
|
||||||
rm -r $PKG/usr/share
|
rm -r $PKG/usr/share
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user