wok view libvlc/receipt @ rev 16344

Add: cellwriter (a grid-entry natural handwriting input panel with virtual keyboard)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 18:58:11 2014 +0200 (2014-04-12)
parents 8a4276ec96fe
children 51b031113a61
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 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 }