fuse-zip: remove unnecessary PREFIX=, clean up
This commit is contained in:
parent
63ef175026
commit
b7201fe89c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue