#Maintainer Dimitris Tzemos <djemos@slackel.gr>

pkgname=python-xlib
pkgver=0.15rc1
pkgrel=1dj
source=(http://downloads.sourceforge.net/python-xlib/$pkgname-$pkgver.tar.gz)
sourcetemplate=http://people.salixos.org/djemos/salix/openbox/$pkgname
docs=("COPYING" "NEWS" "PKG-INFO" "README" "TODO")
url=http://python-xlib.sourceforge.net

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"python-xlib (X Library module for Python)"
"The Python X library is intended to be a fully functional X"
"client for Python programs. It is written entirely in Python, in"
"contrast to earlier X libraries for Python. This is possible to"
"do since X client programs communicate with the X server via the"
"X protocol. The communication takes over TCP/IP, Unix sockets, or"
"any other streaming network protocol."
""
"Homepage: http://python-xlib.sourceforge.net/"
)

build() {
    cd $SRC/$pkgname-$pkgver
    python setup.py install --prefix=/usr --root=$startdir/pkg
}
