mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
25 lines
1.0 KiB
Makefile
25 lines
1.0 KiB
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libvncserver"
|
|
PKG_VERSION="0.9.11"
|
|
PKG_SHA256="193d630372722a532136fd25c5326b2ca1a636cbb8bf9bb115ef869c804d2894"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://libvnc.github.io/"
|
|
PKG_URL="https://github.com/LibVNC/libvncserver/archive/LibVNCServer-$PKG_VERSION.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain libjpeg-turbo libpng openssl systemd"
|
|
PKG_LONGDESC="A C library that allow you to easily implement VNC server or client functionality."
|
|
PKG_TOOLCHAIN="autotools"
|
|
|
|
PKG_MAINTAINER="Lukas Rusak (lrusak at irc.freenode.net)"
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
|
--enable-static \
|
|
--with-sysroot=$SYSROOT_PREFIX \
|
|
--with-jpeg \
|
|
--with-png \
|
|
--without-sdl \
|
|
--without-gcrypt \
|
|
--without-client-gcrypt \
|
|
--without-gnutls"
|