xfsprogs: update to 3.2.0

This commit is contained in:
Juergen Daubert 2014-05-18 19:47:05 +02:00
parent ad1786cabc
commit 9979bf3469
3 changed files with 5 additions and 4 deletions

View File

@ -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/xfs.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
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libhandle.a

View File

@ -1 +1 @@
de9f1f45026c2f4e0776058d429ff4b6 xfsprogs-3.1.11.tar.gz
400047b2f6af87c0345b8f0cc00c13db xfsprogs-3.2.0.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: util-linux
name=xfsprogs
version=3.1.11
version=3.2.0
release=1
source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/$name-$version.tar.gz)
@ -20,10 +20,10 @@ build() {
--mandir=/usr/man \
--disable-gettext
make
make DIST_ROOT=$PKG install install-dev
make -j1 DIST_ROOT=$PKG install install-dev
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
}