diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:32 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:32 +0200 |
commit | 95528b73cfad2f4a6f8ee402e0a1c38717ffb8b6 (patch) | |
tree | 5c8f21272cf466964780d6f54c512b59feafcaa0 /multimedia | |
parent | 11d4824f41838a1a9cd6b13c128b263dee54367c (diff) | |
download | slackbuilds-95528b73cfad2f4a6f8ee402e0a1c38717ffb8b6.tar.gz |
multimedia/remoot: Removed from 13.0 repository
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/remoot/README | 5 | ||||
-rw-r--r-- | multimedia/remoot/remoot.SlackBuild | 49 | ||||
-rw-r--r-- | multimedia/remoot/remoot.info | 8 | ||||
-rw-r--r-- | multimedia/remoot/slack-desc | 19 |
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: |