aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bc/Makefile
blob: bbfd2272ce8419f1926a75d070114c4727b4f87f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 
# Copyright (C) 2013 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk

PKG_NAME:=bc
PKG_VERSION:=1.07.1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/bc
PKG_HASH:=62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a

include $(INCLUDE_DIR)/host-build.mk

$(eval $(call HostBuild))