1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-01 17:58:43 +02:00
build/pkg/tc-mpfr/build

19 lines
258 B
Plaintext
Raw Normal View History

VERSION="4.0.1"
SRCDIR="mpfr-$VERSION"
TARBALL="mpfr-$VERSION.tar.xz"
URL="http://ftp.gnu.org/gnu/mpfr"
SHA256SUM="67874a60826303ee2fb6affc6dc0ddd3e749e9bfcb4c8655e3953d0458a6e16e"
DEPENDS=""
prepare() {
return
}
build() {
return
}
deploy() {
return
}