
Receipt for package "libxslt"
# SliTaz package receipt. PACKAGE="libxslt" VERSION="1.1.43" CATEGORY="system-tools" SHORT_DESC="XSLT support for libxml2." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" WEB_SITE="http://www.xmlsoft.org/XSLT/" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$GNOME_MIRROR/libxslt/${VERSION%.*}/$TARBALL" DEPENDS="libgcrypt libgpg-error libxml2 zlib" BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev libxml2-dev \ python-dev zlib-dev" HOST_ARCH="i486 arm x86_64" # Handle cross compilation case "$ARCH" in arm) BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev libxml2-dev" ;; esac current_version() { wget -O - https://gitlab.gnome.org/GNOME/libxslt/-/tags 2>/dev/null | \ sed '/tar.gz/!d;/data/d;/CVE/d;/-rc/d;s|.*/libxslt-v\(.*\).tar.gz".*|\1|' | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { ./configure $CONFIGURE_ARGS && make -j 1 && make install 2>&1 | grep -v 'html/index.sgml' } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/libxslt-plugins cp -a $install/usr/lib/*.so* $fs/usr/lib cp -a $install/usr/bin $fs/usr rm $fs/usr/bin/xslt-config }
6091 packages and 256114 files in current database (Thu Apr 3 00:00:04 2025)