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 /audio/kanola | |
parent | c4ed940db058a6f8b650bca80e38b78753a8396a (diff) | |
download | slackbuilds-e3232c22bb757d51ea7a8cefa024ca68c42c011b.tar.gz |
audio/kanola: Moved from multimedia
Diffstat (limited to 'audio/kanola')
-rw-r--r-- | audio/kanola/README | 4 | ||||
-rw-r--r-- | audio/kanola/kanola.SlackBuild | 62 | ||||
-rw-r--r-- | audio/kanola/kanola.info | 8 | ||||
-rw-r--r-- | audio/kanola/slack-desc | 19 |
4 files changed, 93 insertions, 0 deletions
diff --git a/audio/kanola/README b/audio/kanola/README new file mode 100644 index 0000000000..1568e38be6 --- /dev/null +++ b/audio/kanola/README @@ -0,0 +1,4 @@ +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/audio/kanola/kanola.SlackBuild b/audio/kanola/kanola.SlackBuild new file mode 100644 index 0000000000..3d91a90c1e --- /dev/null +++ b/audio/kanola/kanola.SlackBuild @@ -0,0 +1,62 @@ +#!/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/audio/kanola/kanola.info b/audio/kanola/kanola.info new file mode 100644 index 0000000000..baa835fb54 --- /dev/null +++ b/audio/kanola/kanola.info @@ -0,0 +1,8 @@ +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/audio/kanola/slack-desc b/audio/kanola/slack-desc new file mode 100644 index 0000000000..9e7eee2167 --- /dev/null +++ b/audio/kanola/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------------------------------------------------------| +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: |