diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-16 01:13:49 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-20 12:33:01 -0500 |
commit | 7a1b4848a3d34a263544fadf08178c91c12fbad0 (patch) | |
tree | 8987d0fc908e371dfa87445425f59c7514075b37 /libraries/python-mpd | |
parent | 987d45e99a299c3b24418b2976e8ec9d5f3bf404 (diff) | |
download | slackbuilds-7a1b4848a3d34a263544fadf08178c91c12fbad0.tar.gz |
python/*: Moved a lot of Python stuff here
The criteria for whether something "belongs" in Development or
Libraries or Python or ... is admittedly arbitrary. As a general
rule, if it could be either Libraries or Python, it's Python.
Otherwise, pick one and we'll go from there...
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/python-mpd')
-rw-r--r-- | libraries/python-mpd/README | 1 | ||||
-rw-r--r-- | libraries/python-mpd/python-mpd.SlackBuild | 78 | ||||
-rw-r--r-- | libraries/python-mpd/python-mpd.info | 10 | ||||
-rw-r--r-- | libraries/python-mpd/slack-desc | 19 |
4 files changed, 0 insertions, 108 deletions
diff --git a/libraries/python-mpd/README b/libraries/python-mpd/README deleted file mode 100644 index 79d738c24b..0000000000 --- a/libraries/python-mpd/README +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index aae2322c24..0000000000 --- a/libraries/python-mpd/python-mpd.SlackBuild +++ /dev/null @@ -1,78 +0,0 @@ -#!/bin/sh - -# Slackware build script for python-mpd - -# Copyright 2008-2011 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.3.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-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" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "s390" ]; then - SLKCFLAGS="-O2" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -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.${PKGTYPE:-tgz} diff --git a/libraries/python-mpd/python-mpd.info b/libraries/python-mpd/python-mpd.info deleted file mode 100644 index dcf29460bd..0000000000 --- a/libraries/python-mpd/python-mpd.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="python-mpd" -VERSION="0.3.0" -HOMEPAGE="http://pypi.python.org/pypi/python-mpd/" -DOWNLOAD="http://pypi.python.org/packages/source/p/python-mpd/python-mpd-0.3.0.tar.gz" -MD5SUM="5b3849b131e2fb12f251434597d65635" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Andrew Brouwers" -EMAIL="abrouwers@gmail.com" -APPROVED="Niels Horn" diff --git a/libraries/python-mpd/slack-desc b/libraries/python-mpd/slack-desc deleted file mode 100644 index ebd763d22f..0000000000 --- a/libraries/python-mpd/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# 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: |