2 # Copyright (C) 2013-2022 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
12 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.xz
13 PKG_SOURCE_URL
:=@GNU
/bc
14 PKG_HASH
:=515430115b3334c636317503460a0950dff79940aa3259ce2c1aa67c2881d023
16 PKG_CPE_ID
:=cpe
:/a
:gnu
:bc
18 PKG_SUBDIRS
:=lib bc dc
20 include $(INCLUDE_DIR
)/host-build.mk
23 -$(call Host
/Compile
/Default
,uninstall SUBDIRS
='lib bc dc')
26 $(eval
$(call HostBuild
))