diff options
author | Andrew Brouwers <abrouwers@gmail.com> | 2010-05-11 22:54:24 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:54:24 +0200 |
commit | 491a9a9bbea7a7f58c0de40a8357bb2ff09c36b4 (patch) | |
tree | deb5698f428e831906410abf93ad48c1fe22c579 /libraries/python-mpd | |
parent | 11ee0db4e3b83fb1e7c96350c171deaa04e8e94d (diff) | |
download | slackbuilds-491a9a9bbea7a7f58c0de40a8357bb2ff09c36b4.tar.gz |
libraries/python-mpd: Added to 12.1 repository
Diffstat (limited to 'libraries/python-mpd')
-rw-r--r-- | libraries/python-mpd/README | 1 | ||||
-rw-r--r-- | libraries/python-mpd/python-mpd.SlackBuild | 66 | ||||
-rw-r--r-- | libraries/python-mpd/python-mpd.info | 8 | ||||
-rw-r--r-- | libraries/python-mpd/slack-desc | 19 |
4 files changed, 94 insertions, 0 deletions
diff --git a/libraries/python-mpd/README b/libraries/python-mpd/README new file mode 100644 index 0000000000..79d738c24b --- /dev/null +++ b/libraries/python-mpd/README @@ -0,0 +1 @@ +Python-mpd is a MPD client library written in pure Python. diff --git a/libraries/python-mpd/python-mpd.SlackBuild b/libraries/python-mpd/python-mpd.SlackBuild new file mode 100644 index 0000000000..97754ab997 --- /dev/null +++ b/libraries/python-mpd/python-mpd.SlackBuild @@ -0,0 +1,66 @@ +#!/bin/sh + +# Slackware build script for python-mpd + +# Copyright 2008 Andrew Brouwers <abrouwers@gmail.com> +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +PRGNAM=python-mpd +VERSION=0.2.1 +ARCH=${ARCH:-i486} +BUILD=${BUILD:-1} +TAG=${TAG=_SBo} + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-python-mpd +OUTPUT=${OUTPUT:-/tmp} + +DOCS="CHANGES.txt LICENSE.txt README.txt doc/commands.txt" + +if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" +elif [ "$ARCH" = "s390" ]; then + SLKCFLAGS="-O2" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" +fi + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP || exit 1 +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION || exit 1 +chown -R root:root . +chmod -R u+w,go+r-w,a-s . + +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +python setup.py install --root=$PKG || exit 1 + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION + +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 diff --git a/libraries/python-mpd/python-mpd.info b/libraries/python-mpd/python-mpd.info new file mode 100644 index 0000000000..bf94a0e1e5 --- /dev/null +++ b/libraries/python-mpd/python-mpd.info @@ -0,0 +1,8 @@ +PRGNAM="python-mpd" +VERSION="0.2.1" +HOMEPAGE="http://pypi.python.org/pypi/python-mpd/" +DOWNLOAD="http://pypi.python.org/packages/source/p/python-mpd/python-mpd-0.2.1.tar.gz" +MD5SUM="ba3824fcfde95b6191df7171f623d403" +MAINTAINER="Andrew Brouwers" +EMAIL="abrouwers@gmail.com" +APPROVED="David Somero"
\ No newline at end of file diff --git a/libraries/python-mpd/slack-desc b/libraries/python-mpd/slack-desc new file mode 100644 index 0000000000..83fb619764 --- /dev/null +++ b/libraries/python-mpd/slack-desc @@ -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-------------------------------------------------| +python-mpd: Python-MPD (python based mpd client library) +python-mpd: +python-mpd: Python-mpd is a MPD client library written in pure Python. +python-mpd: +python-mpd: Homepage: http://pypi.python.org/pypi/python-mpd/ +python-mpd: +python-mpd: +python-mpd: +python-mpd: +python-mpd: +python-mpd: |