2013-07-08 08:45:03 +00:00
|
|
|
#
|
2022-02-23 21:34:25 +00:00
|
|
|
# Copyright (C) 2013-2022 OpenWrt.org
|
2013-07-08 08:45:03 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=bc
|
2022-08-29 05:26:52 +00:00
|
|
|
PKG_VERSION:=1.07
|
2013-07-08 08:45:03 +00:00
|
|
|
|
2022-08-29 05:26:52 +00:00
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
|
|
|
PKG_SOURCE_URL:=@GNU/bc
|
|
|
|
PKG_HASH:=55cf1fc33a728d7c3d386cc7b0cb556eb5bacf8e0cb5a3fcca7f109fc61205ad
|
2013-07-08 08:45:03 +00:00
|
|
|
|
2020-11-14 11:52:58 +00:00
|
|
|
PKG_FIXUP := autoreconf
|
2022-09-03 15:38:43 +00:00
|
|
|
PKG_CPE_ID:=cpe:/a:gnu:bc
|
2020-11-14 11:52:58 +00:00
|
|
|
|
2013-07-08 08:45:03 +00:00
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
|
|
|
|
$(eval $(call HostBuild))
|