1f6d96325b
* Temporary drop or correct multiple packages that needed updates for x86_64. * Update volume service to deprecate hard coded paths. * system-utils and sleep to common packages. * Add weston kiosk.ini for future use. * Add DIRTY variable, if true it will not clean.
12 lines
405 B
Makefile
12 lines
405 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
|
|
PKG_NAME="zlib"
|
|
PKG_VERSION="1.2.12"
|
|
PKG_LICENSE="OSS"
|
|
PKG_SITE="http://www.zlib.net"
|
|
PKG_URL="http://zlib.net/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_HOST="cmake:host"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="A general purpose (ZIP) data compression library."
|
|
PKG_TOOLCHAIN="cmake-make"
|