CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dillo: fixed AR usage and added ssl support (https)
[attic/ports/opt-cross.git] / python-xlib / Pkgfile
CommitLineData
f89e48bd
JB
1# Description: Python interface to xlib.
2# URL: http://python-xlib.sourceforge.net
3# Packager: Johannes Winkelmann, jw at smts dot ch
4# Maintainer: Johannes Winkelmann, jw at tks6 dot net
38b50d66 5# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
f89e48bd
JB
6# Depends on: python xorg-libx11
7
8name=python-xlib
9version=0.14
10release=1
11source=(http://dl.sourceforge.net/sourceforge/python-xlib/python-xlib-$version.tar.gz)
12
13build() {
14 cd python-xlib-$version
15 python setup.py install --root=$PKG --prefix=/usr
16 rm $PKG/usr/lib/python*/site-packages/python_xlib-*.egg-info
17}