blob: 970a2c848f93a8a9157bb57a3a4ccfdd4f7d708d (
plain)
1
2
3
4
5
6
7
8
9
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= mpc
PKG_VERSION:= 0.8.2
PKG_RELEASE:= 1
PKG_MD5SUM:= e98267ebd5648a39f881d66797122fb6
PKG_SITES:= http://www.multiprecision.org/mpc/download/
GMP_BUILD_DIR:= $(TOOLCHAIN_BUILD_DIR)/w-$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE)/$(PKG_NAME)-$(PKG_VERSION)
|