wok view libvlc/receipt @ rev 13993

libQtScript - fix typo
author ernia <monghitri@aruba.it>
date Tue Feb 12 05:08:04 2013 +0000 (2013-02-12)
parents deda49b1a8ba
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="libvlc"
4 VERSION="2.0.5"
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 lua5.1 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 $install/usr/lib/*so* $fs/usr/lib/
18 cp -a $install/usr/lib/vlc $fs/usr/lib/
19 # Remove libtool archives
20 rm $fs/usr/lib/vlc/plugins/*/*.la
21 }