1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-07-03 08:20:12 +02:00
build/pkg/tc-gmp/build
David Oberhollenzer 8fa44569d8 cleanup: remove deploy directory argument from package command
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
2019-03-06 10:03:12 +01:00

19 lines
279 B
Plaintext
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 "$PKGDEPLOYDIR/$PKGNAME.files"
cat > "$PKGDEPLOYDIR/$PKGNAME.desc" <<_EOF
name $PKGNAME
_EOF
}