2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
12 PKG_SOURCE
:=$(PKG_NAME
)_
$(PKG_VERSION
).orig.
tar.gz
13 PKG_SOURCE_URL
:=http
://ftp.debian.org
/debian
/pool
/main
/m
/mkelfimage
/
14 PKG_MD5SUM
:=e505cb87e9c0cdc44cf03d2c4ea8c74b
16 include $(INCLUDE_DIR
)/host-build.mk
19 $(INSTALL_DIR
) $(STAGING_DIR_HOST
)/bin
20 $(INSTALL_BIN
) $(HOST_BUILD_DIR
)/objdir
/sbin
/mkelfImage
$(STAGING_DIR_HOST
)/bin
23 $(eval
$(call HostBuild
))