parent
21159ed468
commit
50a63335f9
1 changed files with 4 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'btrfs-progs'
|
# Template file for 'btrfs-progs'
|
||||||
pkgname=btrfs-progs
|
pkgname=btrfs-progs
|
||||||
version=4.13.3
|
version=4.14
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${pkgname}-v${version}
|
wrksrc=${pkgname}-v${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -13,7 +13,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://btrfs.wiki.kernel.org/"
|
homepage="http://btrfs.wiki.kernel.org/"
|
||||||
distfiles="${KERNEL_SITE}/kernel/people/kdave/${pkgname}/${pkgname}-v${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/kernel/people/kdave/${pkgname}/${pkgname}-v${version}.tar.xz"
|
||||||
checksum=805bdb0031c21a0a5d2ba295a8c9bdd8ba831a68c3fa801aab85677ec902d783
|
checksum=09095cbc3bc2b6aa9d09c93146fb4d7437c51d2572f6918b74fe990fcdcb91af
|
||||||
|
make_check_target="test"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
@ -25,21 +26,10 @@ pre_build() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
pre_check() {
|
||||||
make fssum && # required by [TEST/misc] 019-recieve-clones-on-munted-subvol
|
|
||||||
|
|
||||||
# This test requires fallocate but the testsuite detection methods still can't
|
# This test requires fallocate but the testsuite detection methods still can't
|
||||||
# detect it properly so it keeps failing even when util-linux is added to checkdepends
|
# detect it properly so it keeps failing even when util-linux is added to checkdepends
|
||||||
mv tests/fsck-tests/025-file-extents/test.sh{,.broken}
|
mv tests/fsck-tests/025-file-extents/test.sh{,.broken}
|
||||||
|
|
||||||
pushd tests
|
|
||||||
./fsck-tests.sh
|
|
||||||
./mkfs-tests.sh
|
|
||||||
./cli-tests.sh
|
|
||||||
./convert-tests.sh
|
|
||||||
./misc-tests.sh
|
|
||||||
./fuzz-tests.sh
|
|
||||||
popd
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue