mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
17 lines
691 B
Makefile
17 lines
691 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="irssi"
|
|
PKG_VERSION="1.4.3"
|
|
PKG_SHA256="b93f715223a322e67f42b61a08a512ae29e34bd4a53d7f223766660aaa5a0434"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.irssi.org/"
|
|
PKG_URL="https://github.com/irssi/irssi/releases/download/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain glib ncurses openssl"
|
|
PKG_LONGDESC="Irssi is a terminal based IRC client for UNIX systems."
|
|
PKG_BUILD_FLAGS="-sysroot"
|
|
|
|
PKG_MESON_OPTS_TARGET="-Dwithout-textui=no \
|
|
-Dwith-bot=no \
|
|
-Dwith-proxy=no \
|
|
-Dwith-perl=no"
|