fatsort: update to 1.6.3.622
This commit is contained in:
parent
667ae66f12
commit
20b0964e43
|
@ -1,29 +1,18 @@
|
||||||
# Template file for 'fatsort'
|
# Template file for 'fatsort'
|
||||||
pkgname=fatsort
|
pkgname=fatsort
|
||||||
version=1.6.2.605
|
version=1.6.3.622
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_check_target=tests
|
make_check_target=tests
|
||||||
make_install_args="MANDIR=/usr/share/man/man1 SBINDIR=/usr/bin"
|
make_install_args="MANDIR=/usr/share/man/man1 SBINDIR=/usr/bin"
|
||||||
hostmakedepends="help2man"
|
|
||||||
checkdepends="xz dosfstools diffutils valgrind"
|
checkdepends="xz dosfstools diffutils valgrind"
|
||||||
short_desc="Utility that sorts FAT12, FAT16, FAT32 and exFAT partitions"
|
short_desc="Utility that sorts FAT12, FAT16, FAT32 and exFAT partitions"
|
||||||
maintainer="tibequadorian <tibequadorian@posteo.de>"
|
maintainer="tibequadorian <tibequadorian@posteo.de>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://fatsort.sourceforge.io/"
|
homepage="https://fatsort.sourceforge.io/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/project/fatsort/fatsort-${version}.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/project/fatsort/fatsort-${version}.tar.xz"
|
||||||
checksum=08cafa36f86ab89e7a3241d437df9af8a008549d7d13416256b7aaa006d5ffb7
|
checksum=481c94ea08f6faaafe67594726d70fb3e3d5ac9672745f0034e55134ea5256fc
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||||
broken="most tests are failed"
|
broken="most tests are failed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
make_build_args="HELP2MAN=:"
|
|
||||||
post_build() {
|
|
||||||
: >man/fatsort.1
|
|
||||||
}
|
|
||||||
post_install() {
|
|
||||||
rm -rf $DESTDIR/usr/share/man
|
|
||||||
}
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Reference in New Issue