wok-current view libvlc/receipt @ rev 20502
partclone 0.2.49 (2012/2013) -> 0.2.89 (2016), see also http://forum.slitaz.org/topic/parclone-needs-to-be-rebuilded
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Tue Oct 30 10:45:12 2018 +0000 (2018-10-30) |
parents | bdb702e08b62 |
children | d9392a530592 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libvlc"
4 VERSION="2.2.3"
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/"
10 WANTED="vlc"
12 DEPENDS="alsa-lib dbus ffmpeg libmad lua5.1 tar x264 x265 xcb-util zvbi nettle"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*so* $fs/usr/lib/
19 cp -a $install/usr/lib/vlc $fs/usr/lib/
20 # Remove libtool archives
21 rm $fs/usr/lib/vlc/plugins/*/*.la
22 }