# SliTaz package receipt. PACKAGE="libxml++" VERSION="2.34.1" CATEGORY="system-tools" SHORT_DESC="C++ wrapper for the libxml XML parser library." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://libxmlplusplus.sourceforge.net/" 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" # Rules to configure and make the package. compile_rules() { cd $src ./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 $_pkg/usr/lib/*.so* $fs/usr/lib }