mirror of
https://github.com/pygos/build.git
synced 2024-11-23 03:29:46 +01:00
18 lines
245 B
Text
18 lines
245 B
Text
|
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
|
||
|
}
|