Blame docker-builder-data/build/script/include/inc-pkall-none.sh

d32e1c
DEPS=
d32e1c
d32e1c
PK_URL=
d32e1c
PK_VERSION=
d32e1c
PK_ARCHIVE=
d32e1c
PK_DIRNAME=
ce0d6b
PK_CONFIGURE_OPTIONS=
ce0d6b
PK_CFLAGS=
ce0d6b
PK_CPPFLAGS=
980907
PK_GIT_OPTIONS=
69b66f
f0f81e
PK_CONFIGURE_OPTIONS_DEFAULT=" \
f0f81e
 --prefix=$INSTALL_PACKET_DIR \
f0f81e
 --disable-static \
f0f81e
 --enable-shared "
f0f81e
f0f81e
69b66f
pkdownload() {
69b66f
	return 0
69b66f
}
69b66f
69b66f
pkunpack() {
69b66f
	return 0
69b66f
}
69b66f
69b66f
pkbuild() {
69b66f
	return 0
69b66f
}
69b66f
69b66f
pkinstall() {
69b66f
	return 0
69b66f
}
69b66f
69b66f
pkinstall_release() {
69b66f
	return 0
69b66f
}