mirror of
https://github.com/pygos/build.git
synced 2024-11-05 11:37:10 +01:00
17 lines
No EOL
253 B
Text
Executable file
17 lines
No EOL
253 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 "$PKGDEPLOYDIR/$PKGNAME.files"
|
|
touch "$PKGDEPLOYDIR/$PKGNAME.desc"
|
|
} |