mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
1636fc8aac
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
|
|
}
|