From 28bce7229693250e98815d218352c438e70d24ea Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Tue, 19 Feb 2019 23:10:54 +0100 Subject: pcr/webp-npapi: removed --- pcr/webp-npapi/PKGBUILD | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 pcr/webp-npapi/PKGBUILD diff --git a/pcr/webp-npapi/PKGBUILD b/pcr/webp-npapi/PKGBUILD deleted file mode 100644 index 6ea6f4d1b..000000000 --- a/pcr/webp-npapi/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Maintainer: André Silva -# Contributor: Márcio Silva - -pkgname=webp-npapi -pkgver=1.0.0.0 -pkgrel=1 -pkgdesc="A WebP plugin for NPAPI-compliant browsers on GNU/Linux" -arch=('i686' 'x86_64') -url="https://code.google.com/p/webp-npapi-linux/" -license=('APACHE') -depends=('libwebp') -makedepends=('subversion' 'gtk2') -source=('webp-npapi::svn+https://webp-npapi-linux.googlecode.com/svn/trunk/' - 'ftp://gnu.mirror.iweb.com/icecat/4.0/icecat-4.0.tar.xz') -md5sums=('SKIP' - '04548bfd70e6a66cd75cdb1f1fc81eb4') -options=('!makeflags') - -prepare() { - cd "$srcdir/webp-npapi" - sed -i 's|[.][.][/][.][.][/]include[/]|../icecat-4.0/modules/plugin/base/public/|g; - ' webp-npapi.h \ - CPlugin.h -} - -build() { - cd "$srcdir/webp-npapi" - make all -} - -package() { - cd "$srcdir/webp-npapi" - install -d "$pkgdir/usr/lib/mozilla/plugins/" - install -m644 *.so "$pkgdir/usr/lib/mozilla/plugins/" -} -- cgit v1.2.3