minizip: fix short_desc and license
resolves void-linux/void-packages#3232
This commit is contained in:
		| @@ -1,17 +1,17 @@ | ||||
| # Template build file for 'minizip'. | ||||
| # Template file for 'minizip' | ||||
| pkgname=minizip | ||||
| version=1.2.11 | ||||
| revision=1 | ||||
| revision=2 | ||||
| build_style=gnu-configure | ||||
| wrksrc="zlib-${version}" | ||||
| build_wrksrc="contrib/${pkgname}" | ||||
| hostmakedepends="automake libtool" | ||||
| makedepends="zlib-devel" | ||||
| short_desc="A C library for parsing configuration files" | ||||
| short_desc="Zip file manipulation library" | ||||
| maintainer="ojab <ojab@ojab.ru>" | ||||
| license="zlib" | ||||
| license="Zlib" | ||||
| homepage="http://www.winimage.com/zLibDll/minizip.html" | ||||
| distfiles="http://www.zlib.net/zlib-$version.tar.gz" | ||||
| distfiles="http://www.zlib.net/zlib-${version}.tar.gz" | ||||
| checksum=c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1 | ||||
|  | ||||
| pre_configure() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 maxice8
					maxice8