1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Files
config
distributions
licenses
packages
addons
audio
compress
databases
debug
devel
emulation
graphics
lang
linux
linux-driver-addons
linux-drivers
linux-firmware
mediacenter
multimedia
network
oem
print
python
security
sysutils
amremote
atvclient
bkeymaps
busybox
dbus
diskdev_cmds
dosfstools
e2fsprogs
entropy
eventlircd
fuse
fuse-exfat
gptfdisk
irqbalanced
keyutils
kmod
libevdev
libhid
libusb
libusb-compat
lirc
ntfs-3g_ntfsprogs
open-iscsi
open-vm-tools
parted
pciutils
sed
package.mk
squashfs
systemd
tz
udevil
usbutils
util-linux
v4l-utils
v86d
testing
textproc
tools
virtual
wayland
web
x11
packages.mk.addon_template
packages.mk.template
readme.md
projects
scripts
tools
.gitignore
CHANGELOG
CONTRIBUTING.md
Makefile
README.md
create_tar.sh
Lakka-rk322x/packages/sysutils/sed/package.mk
2018-07-18 22:37:47 +02:00

18 lines
957 B
Makefile

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
PKG_NAME="sed"
PKG_VERSION="4.2.2"
PKG_SHA256="f048d1838da284c8bc9753e4506b85a1e0cc1ea8999d36f6995bcb9460cddbd7"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.gnu.org/software/sed/"
PKG_URL="http://ftpmirror.gnu.org/sed/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_HOST="ccache:host"
PKG_SECTION="sysutils"
PKG_SHORTDESC="sed: This is the GNU implementation of the POSIX stream editor"
PKG_LONGDESC="The sed (Stream EDitor) editor is a stream or batch (non-interactive) editor. Sed takes text as input, performs an operation or set of operations on the text and outputs the modified text. The operations that sed performs (substitutions, deletions, insertions, etc.) can be specified in a script file or from the command line."
PKG_CONFIGURE_OPTS_HOST="--disable-nls --disable-acl --without-selinux"
PKG_MAKEINSTALL_OPTS_HOST="-C sed install"