wok view libvlc/receipt @ rev 17357

Add asterisk-googletts
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 18 18:14:47 2014 +0100 (2014-11-18)
parents 51b031113a61
children 0d2baa5c0992
line source
1 # SliTaz package receipt.
3 PACKAGE="libvlc"
4 VERSION="2.1.5"
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 xcb-util"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 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/
21 # Remove libtool archives
22 rm $fs/usr/lib/vlc/plugins/*/*.la
23 }