Receipt for package "libxml++"
# SliTaz package receipt. PACKAGE="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="$PACKAGE-$VERSION.tar.xz" WEB_SITE="https://sourceforge.net/projects/libxmlplusplus/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="glibmm libsigc++ libxml2 zlib gcc-lib-base" BUILD_DEPENDS="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 ./configure --prefix=/usr \ --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 }
6063 packages and 233209 files in current database (Sat Dec 21 00:00:03 2024)