diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:49 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:49 +0200 |
commit | e3232c22bb757d51ea7a8cefa024ca68c42c011b (patch) | |
tree | 0976caed54861f29849e5cf982156df431573cf1 /multimedia | |
parent | c4ed940db058a6f8b650bca80e38b78753a8396a (diff) |
audio/kanola: Moved from multimedia
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/kanola/README | 4 | ||||
-rw-r--r-- | multimedia/kanola/kanola.SlackBuild | 62 | ||||
-rw-r--r-- | multimedia/kanola/kanola.info | 8 | ||||
-rw-r--r-- | multimedia/kanola/slack-desc | 19 |
4 files changed, 0 insertions, 93 deletions
diff --git a/multimedia/kanola/README b/multimedia/kanola/README deleted file mode 100644 index 1568e38be608..000000000000 --- a/multimedia/kanola/README +++ /dev/null @@ -1,4 +0,0 @@ -Kanola is a basic KDE MPD client designed in Python. -The idea behind Kanola is that KDE needs a light, small, and -easy to use MPD client that can compete with the numerous and -very eye-pleasing GTK clients. diff --git a/multimedia/kanola/kanola.SlackBuild b/multimedia/kanola/kanola.SlackBuild deleted file mode 100644 index 3d91a90c1e0a..000000000000 --- a/multimedia/kanola/kanola.SlackBuild +++ /dev/null @@ -1,62 +0,0 @@ -#!/bin/sh - -# Slackware build script for kanola - -# Copyright 2006 Martin Lefebvre <dadexter@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. - -# Modified by the SlackBuilds.org project - -set -e - -PRGNAM=kanola -VERSION=0.1 -ARCH=noarch -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -# This program is a python (noarch) program, so the CFLAGS have been left out - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION -chown -R root:root . -chmod -R a-s,u+w,go+r-w . - -# ./configure is not used here -# Python applications use setup.py -/usr/bin/python setup.py install --prefix $PKG/usr - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a About COPYING ChangeLog $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.tgz diff --git a/multimedia/kanola/kanola.info b/multimedia/kanola/kanola.info deleted file mode 100644 index baa835fb5462..000000000000 --- a/multimedia/kanola/kanola.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="kanola" -VERSION="0.1" -HOMEPAGE="http://dadexter.googlepages.com/kanola" -DOWNLOAD="http://dadexter.googlepages.com/kanola-0.1.tar.gz" -MD5SUM="13d923d97445012bbe5e8bdf181af90a" -MAINTAINER="Martin Lefebvre" -EMAIL="dadexter@gmail.com" -APPROVED="rworkman" diff --git a/multimedia/kanola/slack-desc b/multimedia/kanola/slack-desc deleted file mode 100644 index 9e7eee2167b6..000000000000 --- a/multimedia/kanola/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------------------------------------------------------| -kanola: kanola (basic KDE MPD client) -kanola: -kanola: Kanola is a basic KDE MPD client designed in Python. -kanola: The idea behind Kanola is that KDE needs a light, small, and -kanola: easy to use MPD client that can compete with the numerous and -kanola: very eye-pleasing GTK clients. -kanola: -kanola: -kanola: -kanola: -kanola: |