diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-15 23:10:48 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 19:55:16 -0500 |
commit | a0b7f756bb62001131c0b735d4397c904673c618 (patch) | |
tree | b694ca05c152846d5c8c1f80d0afcdfff552d17e /multimedia | |
parent | 2637bb7e2d06b530af3309f2449106a0e567b4fe (diff) | |
download | slackbuilds-a0b7f756bb62001131c0b735d4397c904673c618.tar.gz |
multimedia/lircaile: Removed (No maintainer).
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/lircaile/README | 1 | ||||
-rw-r--r-- | multimedia/lircaile/lircaile.SlackBuild | 72 | ||||
-rw-r--r-- | multimedia/lircaile/lircaile.info | 10 | ||||
-rw-r--r-- | multimedia/lircaile/slack-desc | 19 |
4 files changed, 0 insertions, 102 deletions
diff --git a/multimedia/lircaile/README b/multimedia/lircaile/README deleted file mode 100644 index 73bc00c601..0000000000 --- a/multimedia/lircaile/README +++ /dev/null @@ -1 +0,0 @@ -A LIRC (Linux Infrared Control) plugin for the Exaile media player. diff --git a/multimedia/lircaile/lircaile.SlackBuild b/multimedia/lircaile/lircaile.SlackBuild deleted file mode 100644 index d62c998866..0000000000 --- a/multimedia/lircaile/lircaile.SlackBuild +++ /dev/null @@ -1,72 +0,0 @@ -#!/bin/sh - -# Slackware build script for Pablo Santamaria - -# Written by Pablo Santamaria (pablosantamaria@gmail.com) - -PRGNAM=lircaile -VERSION=${VERSION:-0.3.0} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM -tar xvf $CWD/$PRGNAM.exz # Is a tar.gz ;) -cd $PRGNAM -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -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 {} \; - -python -m compileall -q . -python -O -m compileall -q . - -mkdir -p $PKG/usr/share/exaile/plugins/lircaile -cp PLUGININFO *py* $PKG/usr/share/exaile/plugins/lircaile -chmod 644 $PKG/usr/share/exaile/plugins/lircaile/* - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a "Example .lircrc" COPYING $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.${PKGTYPE:-tgz} diff --git a/multimedia/lircaile/lircaile.info b/multimedia/lircaile/lircaile.info deleted file mode 100644 index a47c48ab3a..0000000000 --- a/multimedia/lircaile/lircaile.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="lircaile" -VERSION="0.3.0" -HOMEPAGE="http://smormedia.gavagai.nl/dist/lircaile/" -DOWNLOAD="http://smormedia.gavagai.nl/dist/lircaile/lircaile-0.3.0/lircaile.exz" -MD5SUM="a411e2b9e52e91bc61f7d696d21937f9" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="exaile pylirc" -MAINTAINER="Pablo Santamaria" -EMAIL="pablosantamaria@gmail.com" diff --git a/multimedia/lircaile/slack-desc b/multimedia/lircaile/slack-desc deleted file mode 100644 index bc16ea971a..0000000000 --- a/multimedia/lircaile/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 ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -lircaile: lircaile (a LIRC plugin for the Exaile media player) -lircaile: -lircaile: A LIRC (Linux Infrared Control) plugin for the Exaile media player -lircaile: -lircaile: -lircaile: -lircaile: -lircaile: -lircaile: -lircaile: -lircaile: |