summaryrefslogtreecommitdiff
path: root/libre/icecat-raismth
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-24 06:31:07 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-24 06:31:49 -0300
commite8907fab6658afc6681f1a40e28f058fa87f4575 (patch)
tree5d31c6b2df1393df4320a2dd5bb8d80ea22eeb60 /libre/icecat-raismth
parent713bf090423e07809d39d2facdf61aefad1cebec (diff)
icecat: move package and its dependencies to [unmaintained] -> https://lists.parabola.nu/pipermail/dev/2016-October/004529.html
Diffstat (limited to 'libre/icecat-raismth')
-rw-r--r--libre/icecat-raismth/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/libre/icecat-raismth/PKGBUILD b/libre/icecat-raismth/PKGBUILD
deleted file mode 100644
index 1bdd66289..000000000
--- a/libre/icecat-raismth/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 101450 2013-11-25 21:16:28Z speps $
-# Maintainer (Arch): speps <speps at aur dot archlinux dot org>
-
-pkgname=icecat-raismth
-pkgver=4.0.1
-pkgrel=1.2
-pkgdesc="IceCat plugin for watching Rai.tv live channels, vod and replay contents w/o *light (Silverlight/Moonlight)"
-arch=('any')
-url="http://acab.servebeer.com/"
-license=('GPL3')
-groups=('icecat-addons')
-depends=('icecat')
-optdepends=('mplayer: default video player'
- 'faad: default audio player')
-provides=('raismth')
-source=("${url}raismth-$pkgver.xpi")
-md5sums=('f772ef1a74b0aba3a739849fee3238ea')
-
-package() {
- cd "$srcdir"
-
- # extension
- _dest="$pkgdir/usr/lib/icecat/browser/extensions/raismth@mitm.rc"
- find . -type d -exec install -d {} $_dest/{} \;
- find . -type f -exec install -Dm644 {} $_dest/{} \;
-}
-
-# vim:set ts=2 sw=2 et: