wok-6.x view python-pygraphviz/receipt @ rev 5386
Up: cdrkit, cdrkit-audio, cdrkit-isoinfo, readom (1.1.10) - I commented out the patch for cdrkit. I don't think its needed anymore since it falls at every part.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 01 12:51:24 2010 +0000 (2010-05-01) |
parents | a97d2633b702 |
children | d45b76bbf023 |
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pygraphviz"
4 VERSION="0.99.1"
5 CATEGORY="development"
6 SHORT_DESC="A Python wrapper for the Graphviz Agraph data structure."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="pygraphviz"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 DEPENDS="graphviz python"
11 WEB_SITE="http://pypi.python.org/pypi/pygraphviz"
12 WGET_URL="http://networkx.lanl.gov/download/$SOURCE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 python setup.py build
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/lib $fs/usr
27 }