mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
d0aea5f9d8
Update hash of COPYING (URL updated: https://git.savannah.gnu.org/cgit/sed.git/commit/?id=5adab913a82ef1b7f844339ab209531ccf198990) https://git.savannah.gnu.org/cgit/sed.git/tree/NEWS?h=v4.9 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
25 lines
584 B
Makefile
25 lines
584 B
Makefile
################################################################################
|
|
#
|
|
# sed
|
|
#
|
|
################################################################################
|
|
|
|
SED_VERSION = 4.9
|
|
SED_SOURCE = sed-$(SED_VERSION).tar.xz
|
|
SED_SITE = $(BR2_GNU_MIRROR)/sed
|
|
SED_LICENSE = GPL-3.0
|
|
SED_LICENSE_FILES = COPYING
|
|
SED_CPE_ID_VENDOR = gnu
|
|
|
|
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))
|