summaryrefslogtreecommitdiff
path: root/pcr/webp-npapi/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-19 23:10:54 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-19 23:10:54 +0100
commit28bce7229693250e98815d218352c438e70d24ea (patch)
treeaa864a9cf55cdc0631fd21981631b7d3c26ad226 /pcr/webp-npapi/PKGBUILD
parent005d0928c52d42cd1904fd5e7576b97b13d804a8 (diff)
pcr/webp-npapi: removed
Diffstat (limited to 'pcr/webp-npapi/PKGBUILD')
-rw-r--r--pcr/webp-npapi/PKGBUILD35
1 files changed, 0 insertions, 35 deletions
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 <emulatorman@hyperbola.info>
-# Contributor: Márcio Silva <coadde@hyperbola.info>
-
-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/"
-}