summaryrefslogtreecommitdiff
path: root/unmaintained/icecat-raismth/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/icecat-raismth/PKGBUILD')
-rw-r--r--unmaintained/icecat-raismth/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/unmaintained/icecat-raismth/PKGBUILD b/unmaintained/icecat-raismth/PKGBUILD
deleted file mode 100644
index 1bdd66289..000000000
--- a/unmaintained/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: