SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libxml3++"

# SliTaz package receipt.

PACKAGE="libxml3++"
SOURCE="libxml++"
VERSION="3.0.1"
CATEGORY="system-tools"
SHORT_DESC="C++ wrapper for the libxml XML parser library."
MAINTAINER="pankso@slitaz.org"
LICENSE="LGPL2.1"
TARBALL="$SOURCE-$VERSION.tar.xz"
WEB_SITE="https://sourceforge.net/projects/libxmlplusplus/"
WGET_URL="$GNOME_MIRROR/$SOURCE/${VERSION%.*}/$TARBALL"

DEPENDS="glibmm libsigc++ libxml2 zlib gcc83-lib-base"
BUILD_DEPENDS="gcc83 glibmm-dev libsigc++-dev libxml2-dev \
zlib-dev mm-common pkg-config"

HOST_ARCH="i486 x86_64"

# What is the latest version available today?
current_version()
{
    wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    cd $src

    # Allow build with gcc > 6.
    # See https://svnweb.freebsd.org/ports?view=revision&revision=431411
    #patch -p1 < $stuff/build_with_gcc6.patch

    # Disable CXX11_ABI, ensure work with glib that build without gcc83
    # see https://github.com/Beep6581/RawTherapee/issues/3024
    export CXXFLAGS="$CXXFLAGS -D_GLIBCXX_USE_CXX11_ABI=0"

    ./configure --prefix=/usr \
        CC=gcc-83 \
        CXX=g++-83 \
        --disable-documentation \
        $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib
    cp -a $install/usr/lib/*.so* $fs/usr/lib
}
6017 packages and 861739 files in cooking database (Sun Sep 21 00:48:01 2025)