parent
2f885a561f
commit
c2e1ee3627
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xfsprogs'
|
# Template file for 'xfsprogs'
|
||||||
pkgname=xfsprogs
|
pkgname=xfsprogs
|
||||||
version=5.10.0
|
version=5.11.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-editline=yes --enable-lib64=no"
|
configure_args="--enable-editline=yes --enable-lib64=no"
|
||||||
|
@ -11,7 +11,11 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://xfs.org/index.php/Main_Page"
|
homepage="http://xfs.org/index.php/Main_Page"
|
||||||
distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsprogs/xfsprogs-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsprogs/xfsprogs-${version}.tar.xz"
|
||||||
checksum=e04017e46d43e4d54b9a560fd7cea922520f8f6ef882404969d20cd4e5c790e9
|
checksum=0e9c390fcdbb8a79e1b8f5e6e25fd529fc9f9c2ef8f2d5e647b3556b82d1b353
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i '1i#include <signal.h>' include/linux.h
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make install install-dev DIST_ROOT=${DESTDIR} \
|
make install install-dev DIST_ROOT=${DESTDIR} \
|
||||||
|
|
Loading…
Reference in a new issue