mirror of
https://github.com/pygos/build.git
synced 2024-11-22 19:19:46 +01:00
23 lines
No EOL
399 B
Text
Executable file
23 lines
No EOL
399 B
Text
Executable file
VERSION="4.0.2"
|
|
SRCDIR="mpfr-$VERSION"
|
|
TARBALL="mpfr-$VERSION.tar.xz"
|
|
URL="http://ftp.gnu.org/gnu/mpfr"
|
|
SHA256SUM="1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a"
|
|
DEPENDS="tc-pkgtool"
|
|
|
|
prepare() {
|
|
return
|
|
}
|
|
|
|
build() {
|
|
return
|
|
}
|
|
|
|
deploy() {
|
|
touch "$PKGDEPLOYDIR/$PKGNAME.files"
|
|
touch "$PKGDEPLOYDIR/$PKGNAME.desc"
|
|
}
|
|
|
|
check_update() {
|
|
check_update_simple "$URL" "mpfr-" "tar.xz"
|
|
} |