mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
23
package/sed/sed.mk
Normal file
23
package/sed/sed.mk
Normal file
@@ -0,0 +1,23 @@
|
||||
################################################################################
|
||||
#
|
||||
# sed
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SED_VERSION = 4.7
|
||||
SED_SOURCE = sed-$(SED_VERSION).tar.xz
|
||||
SED_SITE = $(BR2_GNU_MIRROR)/sed
|
||||
SED_LICENSE = GPL-3.0
|
||||
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