mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
minizip: fix wrksrc
This commit is contained in:
parent
c44325d237
commit
bffcf6c3af
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ pkgname=minizip
|
|||
version=1.2.11
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
wrksrc="zlib-${version}/contrib/${pkgname}"
|
||||
wrksrc="zlib-${version}"
|
||||
build_wrksrc="contrib/${pkgname}"
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="zlib-devel"
|
||||
short_desc="A C library for parsing configuration files"
|
||||
|
|
Loading…
Add table
Reference in a new issue