mirror of
https://github.com/pygos/build.git
synced 2024-11-10 21:57:10 +01:00
ffacb26218
Instead of having a "depends" file with a list of packages, add a "DEPENDS" variable to the build script. Generate the rootfs dependencies from a config file stored in the cfg directory. Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
18 lines
269 B
Text
Executable file
18 lines
269 B
Text
Executable file
VERSION="0.18"
|
|
SRCDIR="isl-$VERSION"
|
|
TARBALL="isl-$VERSION.tar.bz2"
|
|
URL="ftp://gcc.gnu.org/pub/gcc/infrastructure"
|
|
SHA256SUM="6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b"
|
|
DEPENDS=""
|
|
|
|
prepare() {
|
|
return
|
|
}
|
|
|
|
build() {
|
|
return
|
|
}
|
|
|
|
deploy() {
|
|
return
|
|
}
|