From e8907fab6658afc6681f1a40e28f058fa87f4575 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 24 Oct 2016 06:31:07 -0300 Subject: icecat: move package and its dependencies to [unmaintained] -> https://lists.parabola.nu/pipermail/dev/2016-October/004529.html --- libre/icecat-raismth/PKGBUILD | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 libre/icecat-raismth/PKGBUILD (limited to 'libre/icecat-raismth/PKGBUILD') 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 - -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: -- cgit v1.2.3