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

d32e1c
DEPS=
3b09af
DEPS_NATIVE=
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
efc424
PK_CONFIGURE_OPTIONS_DEFAULT=
efc424
efc424
if [ ! -z "$HOST" ]; then
efc424
	PK_CONFIGURE_OPTIONS_DEFAULT=" \
efc424
	 $PK_CONFIGURE_OPTIONS_DEFAULT \
efc424
	 --host=$HOST "
efc424
fi
efc424
f0f81e
PK_CONFIGURE_OPTIONS_DEFAULT=" \
efc424
 $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
}
3b09af
3b09af
pkhook_prebuild() {
3b09af
    return 0
3b09af
}
cf8c28
cf8c28
pkhook_postinstall_release() {
cf8c28
    return 0
cf8c28
}