mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/python-xlib: Updated for version 0.14
This commit is contained in:
parent
bd9e4588c6
commit
7f89ac5dea
4 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,3 @@
|
|||
python-xlib is an 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 ontrast to earlier X libraries
|
||||
for Python. This is possible to do since X client programs communicate with
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PRGNAM=python-xlib
|
||||
VERSION=0.14
|
||||
ARCH=noarch # package has no C/C++ code, it is architecture independent
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -37,4 +37,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="python-xlib"
|
|||
VERSION="0.14"
|
||||
HOMEPAGE="http://python-xlib.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/python-xlib/python-xlib-0.14.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="a038c2f410d8445f3fa8f6dcd45659c5"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Vasilis Papavasileiou"
|
||||
EMAIL="el03020@mail.ntua.gr"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
python-xlib: python-xlib (X Library module for Python)
|
||||
python-xlib:
|
||||
python-xlib: The Python X library is intended to be a fully functional X
|
||||
|
|
Loading…
Reference in a new issue