HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #403

Ticket #403: pychart-1.xx-bzr.bep

File pychart-1.xx-bzr.bep, 526 bytes (added by jrabbit, 5 years ago)
Line 
1DESCRIPTION="PyChart is a Python library for creating high quality charts."
2HOMEPAGE="http://home.gna.org/pychart"
3SRC_URI="bzr+http://download.gna.org/pychart/bzr-archive"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7#CHECKSUM_MD5="f1f509a1c4623056c8e780bb7c9a05c5"
8BUILD {
9        cd pychart-1.xx-bzr
10        python setup.py config
11        python setup.py build
12
13}
14
15INSTALL {
16        cd pychart-1.xx-bzr
17        python setup.py install --root=${DESTDIR}
18}
19
20TEST {
21        cd pychart-1.xx-bzr/demos
22        make
23}
24
25LICENSE="GNU GPL v2"
26COPYRIGHT="1999-2006 Yasushi Saito"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/