wok-next view mozplugger/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
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 }