wok-next view mozplugger/receipt @ rev 20402

Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 17:49:11 2017 +0200 (2017-12-05)
parents bb009a6ef036
children b278b2018965
line source
1 # SliTaz package receipt.
3 PACKAGE="mozplugger"
4 VERSION="1.14.3"
5 CATEGORY="multimedia"
6 SHORT_DESC="A Mozilla & Firefox multimedia plugin."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://mozplugger.mozdev.org"
11 WGET_URL="$WEB_SITE/files/$TARBALL"
13 DEPENDS="xorg-libX11"
14 BUILD_DEPENDS="xorg-libX11-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure --prefix=/usr --sysconfdir=/etc &&
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib/mozilla/plugins \
27 $fs/etc \
28 $fs/usr/bin
29 cp -a $src/mozplugger.so $fs/usr/lib/mozilla/plugins
30 cp -a $src/mozpluggerrc $fs/etc
31 cp -a $src/mozplugger-helper $fs/usr/bin
32 cp -a $src/mozplugger-controller $fs/usr/bin
33 cp -a $src/mozplugger-linker $fs/usr/bin
34 }