# HG changeset patch # User Claudinei Pereira # Date 1243816896 0 # Node ID 06e8ac127057b84ea782eeee88166d038c866b8d # Parent b7ebb23c472e92648769f22356761a141c92df20 Add: docutils diff -r b7ebb23c472e -r 06e8ac127057 docutils/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docutils/receipt Mon Jun 01 00:41:36 2009 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="docutils" +VERSION="0.5" +CATEGORY="development" +SHORT_DESC="Text processing system." +MAINTAINER="claudinei@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://docutils.sourceforge.net" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" +SUGGESTED="pil" + +# 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 +} +