summaryrefslogtreecommitdiff
path: root/libre/icecat-noscript/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/icecat-noscript/PKGBUILD')
-rw-r--r--libre/icecat-noscript/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/libre/icecat-noscript/PKGBUILD b/libre/icecat-noscript/PKGBUILD
deleted file mode 100644
index 732537aa8..000000000
--- a/libre/icecat-noscript/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 106974 2014-03-11 09:44:54Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
-
-_pkgname=firefox-noscript
-pkgname=icecat-noscript
-pkgver=2.6.8.17
-pkgrel=1
-pkgdesc="plugin for icecat which disables script"
-arch=('any')
-url="http://noscript.net/"
-license=('GPL2')
-depends=()
-provides=$_pkgname=$pkgver
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('11a37854aeda9eae8de3a822633a369d')
-
-package() {
-# _ffver=`pacman -Q icecat | cut -f2 -d\ | cut -f1 -d-`
-# depends=("icecat>=${_ffver}" "icecat<=${_ffver/0/99}")
- depends=("icecat")
-
- cd $srcdir
- local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; s/\"//g; p; q' install.rdf)
- local dstdir=$pkgdir/usr/lib/icecat/browser/extensions/${emid}
- install -d $dstdir
-# sed -i 's#<em:maxVersion>.*</em:maxVersion>#<em:maxVersion>7.*</em:maxVersion>#' install.rdf
- cp -R * $dstdir
- rm $dstdir/noscript-$pkgver.xpi
-}