distribution/packages/compress/libzip/package.mk

12 lines
438 B
Makefile
Raw Normal View History

2022-02-05 14:23:32 +00:00
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libzip"
2022-09-01 00:32:15 +00:00
PKG_VERSION="1.9.2"
2022-02-05 14:23:32 +00:00
PKG_LICENSE="GPL"
2022-09-01 00:32:15 +00:00
PKG_SITE="https://libzip.org/download"
PKG_URL="${PKG_SITE}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
2022-02-05 14:23:32 +00:00
PKG_DEPENDS_TARGET="toolchain zlib"
PKG_LONGDESC="A C library for reading, creating, and modifying zip archives."