# HG changeset patch # User Claudinei Pereira # Date 1243813818 0 # Node ID b7ebb23c472e92648769f22356761a141c92df20 # Parent 6c5aa6ce38ee66b88dc079856a0ddf7c74bfe5fc Add: xhtml2pdf diff -r 6c5aa6ce38ee -r b7ebb23c472e xhtml2pdf/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xhtml2pdf/receipt Sun May 31 23:50:18 2009 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="xhtml2pdf" +SOURCE="pisa" +VERSION="3.0.32" +CATEGORY="utilities" +SHORT_DESC="Converter for HTML/XHTML and CSS to PDF." +MAINTAINER="claudinei@slitaz.org" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.xhtml2pdf.com" +WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" +DEPENDS="python reportlab html5lib pypdf" +BUILD_DEPENDS="python python-dev setuptools reportlab html5lib pypdf" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr $fs +} +