Root/tools/mtools/Makefile

1#
2# Copyright (C) 2012 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9PKG_NAME:=mtools
10PKG_VERSION:=4.0.17
11
12PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
13PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
14PKG_MD5SUM:=231741ac95802d03aa32f44edb768171
15PKG_CAT:=zcat
16
17include $(INCLUDE_DIR)/host-build.mk
18
19HOST_LDFLAGS += $(HOST_STATIC_LINKING)
20
21define Host/Compile
22    $(MAKE) -C $(HOST_BUILD_DIR) mcopy
23endef
24
25define Host/Install
26    $(INSTALL_BIN) $(HOST_BUILD_DIR)/mcopy $(STAGING_DIR_HOST)/bin/
27endef
28
29define Host/Clean
30    rm -f $(STAGING_DIR_HOST)/bin/mcopy
31endef
32
33$(eval $(call HostBuild))
34

Archive Download this file



interactive