f2fs-tools: update to 1.8.0.
This commit is contained in:
parent
12a78b8d81
commit
8485b536ca
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'f2fs-tools'
|
||||
pkgname=f2fs-tools
|
||||
version=1.7.0
|
||||
version=1.8.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --disable-static ac_cv_file__git=yes"
|
||||
|
@ -11,15 +11,10 @@ short_desc="Tools for the Linux Flash-Friendly File System (F2FS)"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
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"
|
||||
distfiles="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/${pkgname}-${version}.tar.gz"
|
||||
checksum=d4dbecf55560c548bf0758c9f641d1beec1e960b38cbbc19951195d5144d39ae
|
||||
|
||||
pre_configure() {
|
||||
patch -Np1 < ../f2fs-tools-allow-to-build-without-libselinux.patch
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
mkdir -p include/sys
|
||||
|
|
Loading…
Reference in New Issue