tools/mpc: Update to 1.1.0
[openwrt/staging/wigyori.git] / tools / mpc / Makefile
1 #
2 # Copyright (C) 2009-2015 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:=mpc
10 PKG_VERSION:=1.1.0
11
12 PKG_SOURCE_URL:=@GNU/mpc/
13 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
14 PKG_HASH:=6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e
15
16 HOST_BUILD_PARALLEL:=1
17
18 include $(INCLUDE_DIR)/host-build.mk
19
20 unexport CFLAGS
21
22 HOST_CONFIGURE_ARGS += \
23 --enable-static \
24 --disable-shared \
25 --with-mpfr=$(TOPDIR)/staging_dir/host \
26 --with-gmp=$(TOPDIR)/staging_dir/host
27
28 $(eval $(call HostBuild))