wok view vlc-plugin/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents 76b72f1ad63c
children 89c8d8b6cf48
line source
1 # SliTaz package receipt.
3 PACKAGE="vlc-plugin"
4 VERSION="2.0.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="VLC Web Browser Plug-in that will allow to play video and audio"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.videolan.org/vlc"
10 SOURCE="npapi-vlc"
11 TARBALL="$SOURCE-$VERSION.tar.xz"
12 WGET_URL="http://download.videolan.org/pub/videolan/vlc/$VERSION/$TARBALL"
14 DEPENDS="libvlc dbus"
15 BUILD_DEPENDS="firefox-dev libvlc-dev dbus-dev gtk+-dev util-linux-uuid-dev"
16 TAGS="browser plug-in"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib/mozilla/plugins
28 cp -a $install/usr/lib/mozilla/plugins/*so $fs/usr/lib/mozilla/plugins
29 }