Blame env-builder-data/build/script/packet/lzo-2.10.sh

cf8c28
DEPS=""
cf8c28
cf8c28
PK_DIRNAME="lzo-2.10"
cf8c28
PK_ARCHIVE="$PK_DIRNAME.tar.gz"
cf8c28
PK_URL="http://www.oberhumer.com/opensource/lzo/download/$PK_ARCHIVE"
cf8c28
cf8c28
PK_CONFIGURE_OPTIONS_DEFAULT=" \
cf8c28
    --prefix=$INSTALL_PACKET_DIR \
cf8c28
    --enable-static \
cf8c28
    --enable-shared "
cf8c28
cf8c28
if [ ! -z "$HOST" ]; then
cf8c28
    PK_CONFIGURE_OPTIONS_DEFAULT=" \
cf8c28
        $PK_CONFIGURE_OPTIONS_DEFAULT \
cf8c28
        --host=$HOST "
cf8c28
fi
cf8c28
cf8c28
source $INCLUDE_SCRIPT_DIR/inc-pkall-default.sh