mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 02:16:19 +00:00
15 lines
622 B
Makefile
15 lines
622 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="sed"
|
|
PKG_VERSION="4.9"
|
|
PKG_SHA256="6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.gnu.org/software/sed/"
|
|
PKG_URL="https://mirrors.kernel.org/gnu/sed/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_HOST="ccache:host"
|
|
PKG_LONGDESC="The sed (Stream EDitor) editor is a stream or batch (non-interactive) editor."
|
|
|
|
PKG_CONFIGURE_OPTS_HOST="--disable-nls --disable-acl --without-selinux"
|