1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-09-28 17:19:49 +02:00
build/tcpkg/gmp/build

18 lines
245 B
Text
Raw Normal View History

VERSION="6.1.2"
SRCDIR="gmp-$VERSION"
TARBALL="gmp-$VERSION.tar.bz2"
URL="http://ftp.gnu.org/gnu/gmp"
SHA256SUM="5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2"
prepare() {
return
}
build() {
return
}
deploy() {
return
}