12345678910 |
- # 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:= 1.0.2
- PKG_RELEASE:= 1
- PKG_HASH:= b561f54d8a479cee3bc891ee52735f18ff86712ba30f036f8b8537bae380c488
- 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)
- DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
|