From 656c4964e8bfe77e1852a79ee04ee4606a4d1b4b Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 1 Mar 2019 12:36:26 -0300 Subject: [PATCH] lftpfs: musl broken --- srcpkgs/lftpfs/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lftpfs/template b/srcpkgs/lftpfs/template index f6b6b971e9f..08134b1e853 100644 --- a/srcpkgs/lftpfs/template +++ b/srcpkgs/lftpfs/template @@ -5,10 +5,14 @@ revision=2 archs=noarch build_style=perl-module makedepends="perl-Fuse perl-IPC-Run lftp" -depends="${makedepends}" +depends="$makedepends" short_desc="Filesystem with caching based on FUSE and LFTP" maintainer="Juan RP " -homepage="http://lftpfs.sourceforge.net/" license="GPL-2" -distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" +homepage="http://lftpfs.sourceforge.net/" +distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" checksum=5116e06dfc03c4000f3157916d4bf2b9bcd6f47667790217dbf3b9f04861bf39 + +case "$XBPS_TARGET_MACHINE" in +*-musl) broken="perl-Fuse" ;; +esac