wok view docutils/receipt @ rev 3323

add DirectFB
author Allan Pinto <allan316@gmail.com>
date Tue Jun 09 18:44:31 2009 +0000 (2009-06-09)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="docutils"
4 VERSION="0.5"
5 CATEGORY="development"
6 SHORT_DESC="Text processing system."
7 MAINTAINER="claudinei@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://docutils.sourceforge.net"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
11 DEPENDS="python"
12 BUILD_DEPENDS="python python-dev"
13 SUGGESTED="pil"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py install --root=$PWD/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr $fs
27 }