fuse-zip: remove unnecessary PREFIX=, clean up

This commit is contained in:
classabbyamp 2022-08-22 18:57:47 -04:00
parent 63ef175026
commit b7201fe89c
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 3 additions and 6 deletions

View File

@ -4,8 +4,7 @@ version=0.7.2
revision=1
wrksrc=agalanin-fuse-zip-9b01842a149d
build_style=gnu-makefile
make_build_args="all doc"
make_install_args="prefix=/usr"
make_build_target="all doc"
hostmakedepends="pkg-config"
makedepends="fuse-devel libzip-devel"
short_desc="FUSE file system for ZIP archives"
@ -14,7 +13,5 @@ license="GPL-3.0-or-later"
homepage="https://bitbucket.org/agalanin/fuse-zip"
distfiles="${homepage}/get/${version}.tar.gz"
checksum=bba004193db9841a8d9a59e927fffe24f1b92f7ad15a5694c687456617b638a2
do_check() {
: requires some tcl modules
}
# requires some tcl modules
make_check=no