From b41ecc13c503997491ecfa4ec27641ecd948b096 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Tue, 11 May 2010 20:30:53 +0200 Subject: audio/ncmpc: Moved from multimedia --- audio/ncmpc/README | 4 +++ audio/ncmpc/ncmpc.SlackBuild | 76 ++++++++++++++++++++++++++++++++++++++++++++ audio/ncmpc/ncmpc.info | 8 +++++ audio/ncmpc/slack-desc | 19 +++++++++++ 4 files changed, 107 insertions(+) create mode 100644 audio/ncmpc/README create mode 100644 audio/ncmpc/ncmpc.SlackBuild create mode 100644 audio/ncmpc/ncmpc.info create mode 100644 audio/ncmpc/slack-desc (limited to 'audio/ncmpc') diff --git a/audio/ncmpc/README b/audio/ncmpc/README new file mode 100644 index 0000000000..229fe1c45c --- /dev/null +++ b/audio/ncmpc/README @@ -0,0 +1,4 @@ +ncmpc is a curses client for the Music Player Daemon (MPD). ncmpc connects +to a MPD running on a machine on the local network, and controls this with +an interface inspired by cplay. If ncmpc is used with lirc and irpty it can +be used to manage playlists and control MPD with a remote control. diff --git a/audio/ncmpc/ncmpc.SlackBuild b/audio/ncmpc/ncmpc.SlackBuild new file mode 100644 index 0000000000..1678993f02 --- /dev/null +++ b/audio/ncmpc/ncmpc.SlackBuild @@ -0,0 +1,76 @@ +#!/bin/sh + +# Slackware build script for ncmpc + +# Copyright 2006 Andrew Brouwers +# 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 + +PRGNAM=ncmpc +VERSION=0.11.1 +ARCH=${ARCH:-i486} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" +elif [ "$ARCH" = "s390" ]; then + SLKCFLAGS="-O2" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2" +fi + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP || exit 1 +rm -rf $PRGNAM-$VERSION +tar xvfz $CWD/$PRGNAM-$VERSION.tar.gz || exit 1 +cd $PRGNAM-$VERSION || exit 1 +chown -R root:root . +chmod -R u+w,go+r-w,a-s . + +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + || exit 1 + +make || exit 1 +make install-strip DESTDIR=$PKG || exit 1 + +gzip -9 $PKG/usr/man/man?/* + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING ChangeLog NEWS README doc/config.sample \ + doc/keys.sample doc/ncmpc.lirc $PKG/usr/doc/$PRGNAM-$VERSION +rm -rf $PKG/usr/share/{doc,ncmpc} + +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/ncmpc/ncmpc.info b/audio/ncmpc/ncmpc.info new file mode 100644 index 0000000000..0d9b3271e2 --- /dev/null +++ b/audio/ncmpc/ncmpc.info @@ -0,0 +1,8 @@ +PRGNAM="ncmpc" +VERSION="0.11.1" +HOMEPAGE="http://hem.bredband.net/kaw/ncmpc/" +DOWNLOAD="http://hem.bredband.net/kaw/ncmpc/files/ncmpc-0.11.1.tar.gz" +MD5SUM="c90668b12f3676c73913a863482ec405" +MAINTAINER="Andrew Brouwers" +EMAIL="abrouwers@gmail.com" +APPROVED="rworkman" diff --git a/audio/ncmpc/slack-desc b/audio/ncmpc/slack-desc new file mode 100644 index 0000000000..fab749d40f --- /dev/null +++ b/audio/ncmpc/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------------------------------------------------------| +ncmpc: ncmpc (ncurses MPD frontend) +ncmpc: +ncmpc: ncmpc is a curses based MPD client. It connects to MPD running +ncmpc: running on a machine on the local network, and controls it using +ncmpc: and interface inspired to cplay. +ncmpc: +ncmpc: +ncmpc: +ncmpc: +ncmpc: +ncmpc: -- cgit v1.2.3