diff --git a/recipes/mpfr/Makefile b/recipes/mpfr/Makefile new file mode 100644 index 0000000..f6b824d --- /dev/null +++ b/recipes/mpfr/Makefile @@ -0,0 +1,8 @@ +name = mpfr +version = 4.1.0 +URL = https://www.mpfr.org/mpfr-current/mpfr-$(version).tar.xz + +build-dependencies = gmp-dev + +SYSCONF ?= ../../ +include $(SYSCONF)/package.mk