diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:54 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:54 +0200 |
commit | b5ec065f64180edee4af1e1df2cecf648d6c1259 (patch) | |
tree | 861b179279f0f1a3a0a3c729b5f255974dd75434 /multimedia | |
parent | b41ecc13c503997491ecfa4ec27641ecd948b096 (diff) | |
download | slackbuilds-b5ec065f64180edee4af1e1df2cecf648d6c1259.tar.gz |
audio/orpheus: Moved from multimedia
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/orpheus/README | 6 | ||||
-rw-r--r-- | multimedia/orpheus/orpheus.SlackBuild | 57 | ||||
-rw-r--r-- | multimedia/orpheus/orpheus.info | 8 | ||||
-rw-r--r-- | multimedia/orpheus/slack-desc | 19 |
4 files changed, 0 insertions, 90 deletions
diff --git a/multimedia/orpheus/README b/multimedia/orpheus/README deleted file mode 100644 index cb8bb88b7e..0000000000 --- a/multimedia/orpheus/README +++ /dev/null @@ -1,6 +0,0 @@ -Orpheus is a light-weight text mode menu and window driven audio -player application for CDs, internet stream broadcasts, and files -in MP3 and Ogg Vorbis format. - -Support for CDDB requires libghttp, which is also available at -SlackBuilds.org. diff --git a/multimedia/orpheus/orpheus.SlackBuild b/multimedia/orpheus/orpheus.SlackBuild deleted file mode 100644 index af642f7ab5..0000000000 --- a/multimedia/orpheus/orpheus.SlackBuild +++ /dev/null @@ -1,57 +0,0 @@ -#!/bin/sh - -# Slackware build script for orpheus. -# Written by eroc <eroc@linuxmail.org> - -# Modified by the SlackBuilds.org project - -PRGNAM=orpheus -VERSION=1.6 -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" -fi - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP || exit 1 -rm -rf $PRGNAM-$VERSION -tar -xjvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1 -cd $PRGNAM-$VERSION || exit 1 -chown -R root:root . -chmod -R a-s,u+rw,go-w . - -# If the C*FLAGS are declared, then its going to result in an error: -# "can only configure for one host and one target at a time" -# so its better to unset them -# This is not *our* bug - feel free to notify the upstream authors... :) -unset CFLAGS CXXFLAGS -./configure \ - --prefix=/usr \ - || exit 1 - -make || exit 1 -make install-strip DESTDIR=$PKG || exit 1 - -mkdir -p $PKG/usr/man/man1 -gzip -c9 orpheus.1 > $PKG/usr/man/man1/orpheus.1.gz - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ABOUT-NLS AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README TODO \ - $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/orpheus/orpheus.info b/multimedia/orpheus/orpheus.info deleted file mode 100644 index 0d5c61d79b..0000000000 --- a/multimedia/orpheus/orpheus.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="orpheus" -VERSION="1.6" -HOMEPAGE="http://thekonst.net/en/orpheus" -DOWNLOAD="http://thekonst.net/download/orpheus-1.6.tar.bz2" -MD5SUM="1c6c07fbdd0ad9001c3f9fbf8cd68551" -MAINTAINER="eroc" -EMAIL="eroc@linuxmail.org" -APPROVED="rworkman" diff --git a/multimedia/orpheus/slack-desc b/multimedia/orpheus/slack-desc deleted file mode 100644 index 85c9245ced..0000000000 --- a/multimedia/orpheus/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------------------------------------------------------| -orpheus: orpheus (light-weight text mode menu- and audio player) -orpheus: -orpheus: Orpheus is a light-weight text mode menu- and window-driven audio -orpheus: player application for CDs, internet stream broadcasts and files in -orpheus: MP3 and Vorbis OGG format. -orpheus: -orpheus: Homepage: http://thekonst.net/en/orpheus -orpheus: -orpheus: -orpheus: -orpheus: |