wok-next view mozplugger/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents b278b2018965
children d5aab818505e
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="slaxemulator@gmail.com"
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="xorg-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="xorg-libX11"
34 }