mirror of
https://github.com/pygos/build.git
synced 2024-11-05 11:37:10 +01:00
David Oberhollenzer
c8d01f966a
Been working on this for too long, don't remember the specifics, will add documentation. Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
19 lines
No EOL
257 B
Text
Executable file
19 lines
No EOL
257 B
Text
Executable file
# inherit package details from target GMP package
|
|
source "$SCRIPTDIR/pkg/gmp/build"
|
|
DEPENDS="tc-pkgtool"
|
|
SUBPKG="tc-gmp"
|
|
|
|
prepare() {
|
|
return
|
|
}
|
|
|
|
build() {
|
|
return
|
|
}
|
|
|
|
deploy() {
|
|
touch "$2/$PKGNAME.files"
|
|
cat > "$2/$PKGNAME.desc" <<_EOF
|
|
name $PKGNAME
|
|
_EOF
|
|
} |