wok-next view mozplugger/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mozplugger"
4 VERSION="1.14.3"
5 CATEGORY="multimedia"
6 SHORT_DESC="A Mozilla & Firefox multimedia plugin"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://mozplugger.mozdev.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/files/$TARBALL"
14 BUILD_DEPENDS="libx11-dev"
16 compile_rules() {
17 ./configure &&
18 make || return 1
20 mkdir -p \
21 $install/usr/lib/mozilla/plugins \
22 $install/etc \
23 $install/usr/bin
24 cp -a $src/mozplugger.so $install/usr/lib/mozilla/plugins
25 cp -a $src/mozpluggerrc $install/etc
26 cp -a $src/mozplugger-helper $install/usr/bin
27 cp -a $src/mozplugger-controller $install/usr/bin
28 cp -a $src/mozplugger-linker $install/usr/bin
29 }
31 genpkg_rules() {
32 copy @std
33 DEPENDS="libx11"
34 }