xfsprogs: bump to 5.6.0

This commit is contained in:
Dylan Araps 2020-04-27 08:51:29 +03:00
parent 5db39b3879
commit facb201712
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 13 additions and 0 deletions

9
extra/xfsprogs/build Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--disable-gettext
make
make DIST_ROOT="$1" PKG_ROOT_SBIN_DIR=/usr/bin PKG_ROOT_LIB_DIR=/usr/lib install

1
extra/xfsprogs/checksums Normal file
View File

@ -0,0 +1 @@
0aba2aac5d80d07646dde868437fc337af2c7326edadcc6d6a7c0bfd3190c1e6 xfsprogs-5.6.0.tar.xz

1
extra/xfsprogs/depends Normal file
View File

@ -0,0 +1 @@
util-linux

1
extra/xfsprogs/sources Normal file
View File

@ -0,0 +1 @@
https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-5.6.0.tar.xz

1
extra/xfsprogs/version Normal file
View File

@ -0,0 +1 @@
5.6.0 1