e86a68c05b72f83b3d8fa89071f71c914e1203fa
[openwrt/openwrt.git] / tools / bc / Makefile
1 #
2 # Copyright (C) 2013-2022 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 PKG_NAME:=bc
10 PKG_VERSION:=1.08.1
11
12 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
13 PKG_SOURCE_URL:=@GNU/bc
14 PKG_HASH:=515430115b3334c636317503460a0950dff79940aa3259ce2c1aa67c2881d023
15
16 PKG_CPE_ID:=cpe:/a:gnu:bc
17
18 PKG_SUBDIRS:=lib bc dc
19
20 include $(INCLUDE_DIR)/host-build.mk
21
22 define Host/Uninstall
23 -$(call Host/Compile/Default,uninstall SUBDIRS='lib bc dc')
24 endef
25
26 $(eval $(call HostBuild))