Move all to deprecated folder.
This commit is contained in:
10
deprecated/firmware/buildroot/package/sed/Config.in
Normal file
10
deprecated/firmware/buildroot/package/sed/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_SED
|
||||
bool "sed"
|
||||
depends on BR2_USE_WCHAR
|
||||
help
|
||||
Super-useful stream editor.
|
||||
|
||||
http://sed.sourceforge.net/
|
||||
|
||||
comment "sed needs a toolchain w/ wchar"
|
||||
depends on !BR2_USE_WCHAR
|
||||
2
deprecated/firmware/buildroot/package/sed/sed.hash
Normal file
2
deprecated/firmware/buildroot/package/sed/sed.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf07908b2ff sed-4.2.2.tar.gz
|
||||
22
deprecated/firmware/buildroot/package/sed/sed.mk
Normal file
22
deprecated/firmware/buildroot/package/sed/sed.mk
Normal file
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# sed
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SED_VERSION = 4.2.2
|
||||
SED_SITE = $(BR2_GNU_MIRROR)/sed
|
||||
SED_LICENSE = GPLv3
|
||||
SED_LICENSE_FILES = COPYING
|
||||
|
||||
SED_CONF_OPTS = \
|
||||
--bindir=/bin \
|
||||
--libdir=/lib \
|
||||
--libexecdir=/usr/lib \
|
||||
--sysconfdir=/etc \
|
||||
--datadir=/usr/share \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
--include=$(STAGING_DIR)/usr/include
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user