xfsprogs: update to 4.2.0

This commit is contained in:
Juergen Daubert 2015-09-09 16:31:14 +02:00
parent 0077cd4bf6
commit ef17574048
3 changed files with 7 additions and 4 deletions

View File

@ -11,9 +11,12 @@ drwxr-xr-x root/root usr/include/xfs/
-rw-r--r-- root/root usr/include/xfs/handle.h
-rw-r--r-- root/root usr/include/xfs/jdm.h
-rw-r--r-- root/root usr/include/xfs/linux.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_arch.h
-rw-r--r-- root/root usr/include/xfs/xfs_da_format.h
-rw-r--r-- root/root usr/include/xfs/xfs_format.h
-rw-r--r-- root/root usr/include/xfs/xfs_fs.h
-rw-r--r-- root/root usr/include/xfs/xfs_log_format.h
-rw-r--r-- root/root usr/include/xfs/xfs_types.h
-rw-r--r-- root/root usr/include/xfs/xqm.h
drwxr-xr-x root/root usr/lib/

View File

@ -1 +1 @@
c28db88f058ada506fe0ac6a897a1c42 xfsprogs-3.2.4.tar.gz
e1b9438d3e6775b9df52cc9a13e9f9a6 xfsprogs-4.2.0.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: util-linux
name=xfsprogs
version=3.2.4
version=4.2.0
release=1
source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/$name-$version.tar.gz)
@ -22,7 +22,7 @@ build() {
make
make -j1 DIST_ROOT=$PKG install install-dev
rm $PKG/lib/libhandle.so
rm $PKG/lib/libhandle.{so,a,la}
ln -sf ../../lib/$(readlink $PKG/lib/libhandle.so.1) $PKG/usr/lib/libhandle.so
rm -r $PKG/usr/share