2013-07-08 08:45:03 +00:00
|
|
|
#
|
2022-02-23 22:34:25 +01: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
|
2025-02-02 10:46:47 +08:00
|
|
|
PKG_VERSION:=1.08.1
|
2013-07-08 08:45:03 +00:00
|
|
|
|
2025-02-02 10:46:47 +08:00
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
2022-08-29 07:26:52 +02:00
|
|
|
PKG_SOURCE_URL:=@GNU/bc
|
2025-02-02 10:46:47 +08:00
|
|
|
PKG_HASH:=515430115b3334c636317503460a0950dff79940aa3259ce2c1aa67c2881d023
|
2013-07-08 08:45:03 +00:00
|
|
|
|
2020-11-14 12:52:58 +01:00
|
|
|
PKG_FIXUP := autoreconf
|
2022-09-03 17:38:43 +02:00
|
|
|
PKG_CPE_ID:=cpe:/a:gnu:bc
|
2020-11-14 12:52:58 +01:00
|
|
|
|
2013-07-08 08:45:03 +00:00
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
|
2022-09-28 01:23:56 -07:00
|
|
|
define Host/Uninstall
|
|
|
|
-$(call Host/Compile/Default,uninstall)
|
|
|
|
endef
|
|
|
|
|
2013-07-08 08:45:03 +00:00
|
|
|
$(eval $(call HostBuild))
|