mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 17:00:28 +04:00
minizip: update to 4.0.4
- Don't set default cmake option - Switch URL to the official one Signed-off-by: krant <aleksey.vasilenko@gmail.com>
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=minizip-ng
|
||||
PKG_VERSION:=3.0.4
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=4.0.4
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/zlib-ng/minizip-ng/tar.gz/$(PKG_VERSION)?
|
||||
PKG_HASH:=2ab219f651901a337a7d3c268128711b80330a99ea36bdc528c76b591a624c3c
|
||||
PKG_HASH:=955800fe39f9d830fcb84e60746952f6a48e41093ec7a233c63ad611b5fcfe9f
|
||||
|
||||
PKG_MAINTAINER:=David Woodhouse <dwmw2@infradead.org>
|
||||
PKG_LICENSE:=Zlib
|
||||
@@ -29,7 +29,6 @@ CMAKE_OPTIONS += \
|
||||
-DINSTALL_INC_DIR=/usr/include/minizip \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DMZ_BZIP2=OFF \
|
||||
-DMZ_COMPAT=ON \
|
||||
-DMZ_ICONV=OFF \
|
||||
-DMZ_LIBBSD=OFF \
|
||||
-DMZ_LZMA=OFF \
|
||||
@@ -42,7 +41,7 @@ define Package/minizip
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+zlib
|
||||
URL:=https://github.com/nmoinvaz/minizip
|
||||
URL:=https://github.com/zlib-ng/minizip-ng
|
||||
endef
|
||||
|
||||
define Package/minizip-dev
|
||||
|
||||
Reference in New Issue
Block a user