summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/remoot/README5
-rw-r--r--multimedia/remoot/remoot.SlackBuild49
-rw-r--r--multimedia/remoot/remoot.info8
-rw-r--r--multimedia/remoot/slack-desc19
4 files changed, 0 insertions, 81 deletions
diff --git a/multimedia/remoot/README b/multimedia/remoot/README
deleted file mode 100644
index 7c3d9712df..0000000000
--- a/multimedia/remoot/README
+++ /dev/null
@@ -1,5 +0,0 @@
-ReMoot is user friendly command wrapper for many multimedia applications
--- it provides a simple interface to control all supported apps in a
-simple and consistent way.
-
-The program is licensed under the Perl Artistic License 2.0.
diff --git a/multimedia/remoot/remoot.SlackBuild b/multimedia/remoot/remoot.SlackBuild
deleted file mode 100644
index 435e0f740e..0000000000
--- a/multimedia/remoot/remoot.SlackBuild
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for remoot
-# Written by Cezary M. Kruk (c.kruk@bigfoot.com)
-
-# Modified by the SlackBuilds.org project
-
-PRGNAM=remoot
-VERSION=${VERSION:-0.9}
-ARCH=${ARCH:-noarch}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-
-cd $TMP
-rm -rf $PRGNAM
-tar -xvf $CWD/$PRGNAM-$VERSION.tar.bz2
-cd $PRGNAM-$VERSION
-chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
-
-# Copying scripts to the correct location
-mkdir -p $PKG/usr/bin
-cp -a daemoot remoot* $PKG/usr/bin
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README \
- $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/remoot/remoot.info b/multimedia/remoot/remoot.info
deleted file mode 100644
index fa6f8a508d..0000000000
--- a/multimedia/remoot/remoot.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="remoot"
-VERSION="0.9"
-HOMEPAGE="http://remoot.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/remoot/remoot-0.9.tar.bz2"
-MD5SUM="da13185c12d5fd6d49a3b69e1a3b873e"
-MAINTAINER="Cezary M. Kruk"
-EMAIL="c.kruk@bigfoot.com"
-APPROVED="dsomero"
diff --git a/multimedia/remoot/slack-desc b/multimedia/remoot/slack-desc
deleted file mode 100644
index 9b86c4b900..0000000000
--- a/multimedia/remoot/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------------------------------------------------------|
-remoot: ReMoot (remote control for multimedia applications)
-remoot:
-remoot: ReMoot is user friendly command wrapper for many multimedia
-remoot: applications -- it provides a simple interface to control all
-remoot: supported apps in a simple and consistent way.
-remoot:
-remoot: The program is licensed under the Perl Artistic License 2.0.
-remoot:
-remoot:
-remoot:
-remoot: