libraries/pycontrol: Added (Python library for the F5 iControl API)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Joey Trungale 2010-07-08 03:25:45 -05:00 committed by Robby Workman
parent 55dfd427fe
commit d2b6b52843
4 changed files with 94 additions and 0 deletions

View file

@ -0,0 +1,7 @@
pyControl is a Python-based library that integrates with F5's BIG-IP
iControl management API.
The source at the F5 site requires a free registraton and login.
For simplicity, I have the source available at my personal site.
This requires python-suds.

View file

@ -0,0 +1,58 @@
#!/bin/sh
# Slackware build script for pycontrol
# Written by Joey Trungale <joey@trungale.net>
PRGNAM=pycontrol
VERSION=${VERSION:-2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf trunk
tar xvf $CWD/$PRGNAM.tar.gz
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# Remove SVN directories
rm -rf trunk/pycontrol/.svn
rm -rf trunk/pycontrol/samples/.svn
rm -rf trunk/.svn
cd trunk
python setup.py install --root=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -ar $PRGNAM/README $PRGNAM/samples $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
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.${PKGTYPE:-tgz}

View file

@ -0,0 +1,10 @@
PRGNAM="pycontrol"
VERSION="2.0"
HOMEPAGE="http://devcentral.f5.com/Community/GroupDetails/tabid/1082223/asg/4/Default.aspx"
DOWNLOAD="http://trungale.net/pycontrol.tar.gz"
MD5SUM="e9e11c5fdf05bf877522b89b28e94ed1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Joey Trungale"
EMAIL="joey@trungale.net"
APPROVED="rworkman"

View file

@ -0,0 +1,19 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler----------------------------------------------------|
pycontrol: pycontrol (Python library for the F5 iControl API)
pycontrol:
pycontrol: pyControl is a Python-based library that integrates with F5's BIG-IP
pycontrol: iControl management API.
pycontrol:
pycontrol:
pycontrol:
pycontrol:
pycontrol:
pycontrol:
pycontrol: