fuse-zip: remove CXXFLAGS workaround.

No longer necessary.

Also fix distfile location, for some reason the 0.7.1 tarball had been
removed from downloads.
This commit is contained in:
Érico Rolim 2020-12-06 19:56:29 -03:00 committed by Érico Nogueira Rolim
parent d5ff353302
commit c9f3bfc141

View file

@ -2,6 +2,7 @@
pkgname=fuse-zip pkgname=fuse-zip
version=0.7.1 version=0.7.1
revision=1 revision=1
wrksrc=agalanin-fuse-zip-0865d60054d9
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="all doc" make_build_args="all doc"
make_install_args="prefix=/usr" make_install_args="prefix=/usr"
@ -11,9 +12,9 @@ short_desc="FUSE file system for ZIP archives"
maintainer="Matthias von Faber <mvf@gmx.eu>" maintainer="Matthias von Faber <mvf@gmx.eu>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://bitbucket.org/agalanin/fuse-zip" homepage="https://bitbucket.org/agalanin/fuse-zip"
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.gz" distfiles="${homepage}/get/${version}.tar.gz"
checksum=7dac61c3f27f9041545ab1a22bb772ea282ed2dea25a0220dcecfa6801b5b121 checksum=771302586ca734bf845effcea999c38f4c2e984e29605912eb3470fbeea0b195
pre_build() { do_check() {
vsed -i '/^CXXFLAGS=/d' Makefile lib/Makefile : requires some tcl modules
} }