libgpg-error: Fix compiling with uclibc
[openadk.git] / package / sed / Makefile
blobc265dfe1bf884772e437f2811d60a29105524d3c
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR)/rules.mk
6 PKG_NAME:= sed
7 PKG_VERSION:= 4.4
8 PKG_RELEASE:= 1
9 PKG_HASH:= cbd6ebc5aaf080ed60d0162d7f6aeae58211a1ee9ba9bb25623daa6cd942683b
10 PKG_DESCR:= stream editor
11 PKG_SECTION:= base/tools
12 PKG_URL:= http://www.gnu.org/software/sed/
13 PKG_SITES:= ${MASTER_SITE_GNU:=sed/}
14 PKG_BB:= 1
16 include $(ADK_TOPDIR)/mk/host.mk
17 include $(ADK_TOPDIR)/mk/package.mk
19 $(eval $(call HOST_template,SED,sed,$(PKG_VERSION)-${PKG_RELEASE}))
20 $(eval $(call PKG_template,SED,sed,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
22 sed-install:
23 $(INSTALL_DIR) $(IDIR_SED)/usr/bin
24 $(INSTALL_BIN) $(WRKINST)/usr/bin/sed \
25 $(IDIR_SED)/usr/bin
27 include ${ADK_TOPDIR}/mk/host-bottom.mk
28 include ${ADK_TOPDIR}/mk/pkg-bottom.mk