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-10-21 20:23:47 +00:00
|
|
|
PKG_VERSION:=1.07.1
|
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
|
2022-10-21 20:23:47 +00:00
|
|
|
PKG_HASH:=62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a
|
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
|
|
|
|
|
2022-09-28 08:23:56 +00:00
|
|
|
define Host/Uninstall
|
|
|
|
-$(call Host/Compile/Default,uninstall)
|
|
|
|
endef
|
|
|
|
|
2013-07-08 08:45:03 +00:00
|
|
|
$(eval $(call HostBuild))
|