4 pkgdesc="Bar charts, pie charts, and line graph widgets for pygtk"
5 url=http://notmyname.github.com/pygtkChart
9 provides=('pygtkchart')
16 _gitroot="git://github.com/notmyname/pygtkChart"
21 msg "Connecting to GIT server...."
23 if [ -d $_gitname ] ; then
24 cd $_gitname && git pull origin
25 msg "The local files are updated."
27 git clone $_gitroot $_gitname
30 msg "GIT checkout done or server timeout"
31 msg "Starting make..."
35 python setup.py install --prefix=/usr --root=$startdir/pkg