# HG changeset patch # User Claudinei Pereira # Date 1243817070 0 # Node ID de77a9d75999a250386add6a1db7d6f4cd5db77d # Parent 55d409352eed6cd16732d76fa458cad9b9b6f1b5 Add: sphinx diff -r 55d409352eed -r de77a9d75999 sphinx/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sphinx/receipt Mon Jun 01 00:44:30 2009 +0000 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="sphinx" +SOURCE="Sphinx" +VERSION="0.6.1" +CATEGORY="utilities" +SHORT_DESC="Documentation Tool." +MAINTAINER="claudinei@slitaz.org" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://sphinx.pocoo.org" +WGET_URL="http://pypi.python.org/packages/source/S/$SOURCE/$TARBALL" +DEPENDS="python docutils jinja2 pygments" +BUILD_DEPENDS="python python-dev docutils jinja2 pygments setuptools" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py build && + 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 +} +