# SliTaz package receipt. PACKAGE="libxslt" VERSION="1.1.26" CATEGORY="system-tools" SHORT_DESC="XSLT support for libxml2." MAINTAINER="pankso@slitaz.org" DEPENDS="libgcrypt libxml2 zlib" BUILD_DEPENDS="python-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.xmlsoft.org/XSLT/" WGET_URL="ftp://xmlsoft.org/libxslt/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/libxslt-plugins cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/bin $fs/usr rm $fs/usr/bin/xslt-config }