xfsprogs: update to 4.3.0

This commit is contained in:
Juergen Daubert 2015-11-26 17:38:06 +01:00
parent ffd220e8ff
commit e0c579ca39
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
ade22791338fa3d2cf442d6bb84f1748 xfsprogs-4.3.0.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: util-linux
name=xfsprogs
version=3.2.4
version=4.3.0
release=1
source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/$name-$version.tar.gz)
@ -21,7 +21,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/doc