1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-09-29 01:29:48 +02:00
build/tcpkg/cloog/build
David Oberhollenzer dbbb1889f4 Initial commit
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-01-29 10:17:30 +01:00

17 lines
263 B
Text
Executable file

VERSION="0.18.1"
SRCDIR="cloog-$VERSION"
TARBALL="cloog-$VERSION.tar.gz"
URL="ftp://gcc.gnu.org/pub/gcc/infrastructure"
SHA256SUM="02500a4edd14875f94fe84cbeda4290425cb0c1c2474c6f75d75a303d64b4196"
prepare() {
return
}
build() {
return
}
deploy() {
return
}