wok view libvlc/receipt @ rev 13806

Up: gimp-brushes
author Alexander Medvedev <devl547@gmail.com>
date Sun Jan 06 05:39:53 2013 +0300 (2013-01-06)
parents 283602d7e701
children 8a4276ec96fe
line source
1 # SliTaz package receipt.
3 PACKAGE="libvlc"
4 VERSION="2.0.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="MPEG, VCD/DVD, and DivX library"
7 MAINTAINER="jozee@slitaz.org"
8 WEB_SITE="http://www.videolan.org/vlc/"
9 WANTED="vlc"
10 DEPENDS="alsa-lib dbus ffmpeg libmad lua tar x264 xcb-util"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/lib/*so* $fs/usr/lib/
18 cp -a $_pkg/usr/lib/vlc $fs/usr/lib/
19 # Remove libtool archives
20 rm $fs/usr/lib/vlc/plugins/*/*.la
21 }