summaryrefslogtreecommitdiff
path: root/python-xlib/Pkgfile
blob: 483b9cc6e1ad3073b4d80d2cfddf89eec958fac4 (plain)
    1 # Description: Python interface to xlib.
    2 # URL:         http://python-xlib.sourceforge.net
    3 # Maintainer:  Johannes Winkelmann, jw at smts dot ch
    4 # Packager:    Johannes Winkelmann, jw at tks6 dot net
    5 # Depends on:  python xorg-libx11
    6 
    7 name=python-xlib
    8 version=0.14
    9 release=1
   10 source=(http://dl.sourceforge.net/sourceforge/python-xlib/python-xlib-$version.tar.gz)
   11 
   12 build() {
   13     cd python-xlib-$version
   14     python setup.py install --root=$PKG --prefix=/usr
   15     rm $PKG/usr/lib/python*/site-packages/python_xlib-*.egg-info
   16 }

Generated by cgit