# SliTaz package receipt. PACKAGE="libxslt-python" VERSION="1.1.35" CATEGORY="development" SHORT_DESC="Python module for libxslt." MAINTAINER="slaxemulator@gmail.com" LICENSE="MIT" WEB_SITE="http://xmlsoft.org/" DEPENDS="libxslt python" WANTED="libxslt" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib # Python module PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib # Ensure remove .la files find $fs -name "*.la" -delete }