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

d32e1c
DEPS=
3b09af
DEPS_NATIVE=
d32e1c
ac50f4
vars_clear "PK_"
ac50f4
d32e1c
PK_URL=
d32e1c
PK_VERSION=
d32e1c
PK_ARCHIVE=
d32e1c
PK_DIRNAME=
ce0d6b
PK_CONFIGURE_OPTIONS=
ce0d6b
PK_CFLAGS=
ce0d6b
PK_CPPFLAGS=
823a31
PK_LDFLAGS=
f26837
PK_GIT_CHECKOUT=
99b145
PK_LICENSE_FILES=
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
18e95a
pkhelper_patch() {
18e95a
    local FILE_PATH="$1"
18e95a
    local FILE_NAME="$2"
18e95a
    cp --remove-destination "$UNPACK_PACKET_DIR/$PK_DIRNAME/$FILE_PATH/$FILE_NAME" "$FILE_PATH/" || return 1
18e95a
    patch "$FILE_PATH/$FILE_NAME" "$FILES_PACKET_DIR/$FILE_NAME.patch" || return 1
18e95a
}
18e95a
18e95a
69b66f
pkdownload() {
99b145
    return 0
69b66f
}
69b66f
69b66f
pkunpack() {
99b145
    return 0
69b66f
}
69b66f
69b66f
pkbuild() {
99b145
    return 0
99b145
}
99b145
99b145
pklicense() {
99b145
    return 0
69b66f
}
69b66f
69b66f
pkinstall() {
99b145
    return 0
69b66f
}
69b66f
69b66f
pkinstall_release() {
99b145
    return 0
69b66f
}
3b09af
183b24
pkhook_version() {
183b24
    echo "$NAME" | cut -d'-' -f 2-
183b24
}
183b24
3b09af
pkhook_prebuild() {
3b09af
    return 0
3b09af
}
cf8c28
99b145
pkhook_postlicense() {
99b145
    return 0
99b145
}
99b145
c35e3a
pkhook_postinstall() {
c35e3a
    return 0
c35e3a
}
c35e3a
cf8c28
pkhook_postinstall_release() {
cf8c28
    return 0
cf8c28
}