wok view libvlc/receipt @ rev 23351

Up slitaz-icons-paper (1.5.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 31 10:49:33 2020 +0200 (2020-03-31)
parents b5d6394fc7d4
children 73fd97cf0fa8
line source
1 # SliTaz package receipt.
3 PACKAGE="libvlc"
4 VERSION="3.0.8"
5 CATEGORY="multimedia"
6 SHORT_DESC="MPEG, VCD/DVD, and DivX library."
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.videolan.org/vlc/"
11 DEPENDS="alsa-lib dbus ffmpeg libmad lua5.1 nettle tar x264 x265 xcb-util zvbi"
12 WANTED="vlc"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*so* $fs/usr/lib/
20 cp -a $install/usr/lib/vlc $fs/usr/lib/
22 # Remove libtool archives
23 rm $fs/usr/lib/vlc/plugins/*/*.la
24 }