mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 23:12:57 +02:00
lftpfs: musl broken
This commit is contained in:
parent
8ddd61d984
commit
656c4964e8
1 changed files with 7 additions and 3 deletions
|
@ -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 <xtraeme@voidlinux.org>"
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue