[arch-commits] Commit in firefox-raismth/repos (community-any community-any/PKGBUILD)

speps speps at nymeria.archlinux.org
Fri Aug 30 23:26:51 UTC 2013


    Date: Saturday, August 31, 2013 @ 01:26:51
  Author: speps
Revision: 96522

archrelease: copy trunk to community-any

Added:
  firefox-raismth/repos/community-any/
  firefox-raismth/repos/community-any/PKGBUILD
    (from rev 96521, firefox-raismth/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: firefox-raismth/repos/community-any/PKGBUILD (from rev 96521, firefox-raismth/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2013-08-30 23:26:51 UTC (rev 96522)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+_n=223601
+pkgname=firefox-raismth
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="Firefox 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=('firefox-addons')
+depends=('firefox')
+optdepends=('mplayer: default video player'
+            'faad: default audio player')
+provides=('raismth')
+source=("https://addons.mozilla.org/firefox/downloads/file/$_n/rai_smooth_streaming_player_$pkgname-$pkgver-sm+fx.xpi")
+md5sums=('763c80aaf7009c78e85e53cbe4dbb106')
+
+package() {
+  cd "$srcdir"
+
+  # extension
+  _dest="$pkgdir/usr/lib/firefox/browser/extensions/raismth at mitm.rc"
+  find . -type d -exec install -d {} $_dest/{} \;
+  find . -type f -exec install -Dm644 {} $_dest/{} \;
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list