mirror of
https://github.com/pygos/build.git
synced 2024-11-22 19:19:46 +01:00
b61bfcc519
- Upgrade to newer binutils version - Upgrade to newer gcc version - Upgrade to newer mpc version - Upgrade to newer mpfr version - Upgrade musl package to perfere HTTPS download Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
18 lines
255 B
Text
Executable file
18 lines
255 B
Text
Executable file
VERSION="1.1.0"
|
|
SRCDIR="mpc-$VERSION"
|
|
TARBALL="mpc-$VERSION.tar.gz"
|
|
URL="http://ftp.gnu.org/gnu/mpc"
|
|
SHA256SUM="6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e"
|
|
DEPENDS=""
|
|
|
|
prepare() {
|
|
return
|
|
}
|
|
|
|
build() {
|
|
return
|
|
}
|
|
|
|
deploy() {
|
|
return
|
|
}
|