f2fs-tools: update to 1.7.0
This commit is contained in:
parent
081aad2956
commit
c09b3695de
@ -1,6 +1,6 @@
|
||||
# Template file for 'f2fs-tools'
|
||||
pkgname=f2fs-tools
|
||||
version=1.6.1
|
||||
version=1.7.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --disable-static ac_cv_file__git=yes"
|
||||
@ -10,16 +10,15 @@ makedepends="libuuid-devel"
|
||||
short_desc="Tools for the Linux Flash-Friendly File System (F2FS)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git"
|
||||
homepage="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git"
|
||||
distfiles="
|
||||
https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/${pkgname}-${version}.tar.gz
|
||||
https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/patch/?id=b0a2386089fd6efade6b89094325ed8a9f8c6fff>f2fs-tools-allow-to-build-without-libselinux.patch"
|
||||
checksum="
|
||||
33d454c2e95aabef5659949c4fff15f6c9877b48349e64411de502bc62b0cbd4
|
||||
4ac1dcf67c0b9b4dbca12602cd9d2180363d67e721a667bf14ad4147f0bbf4f6"
|
||||
|
||||
do_fetch() {
|
||||
git clone -b v${version} git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git ${pkgname}-${version}
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
mkdir -p ${pkgname}-${version}/include/sys
|
||||
cp ${FILESDIR}/queue.h ${pkgname}-${version}/include/sys
|
||||
esac
|
||||
}
|
||||
pre_configure() {
|
||||
patch -Np1 < ../f2fs-tools-allow-to-build-without-libselinux.patch
|
||||
autoreconf -fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user