wok view libvlc/receipt @ rev 13299

dukto: fix genpkg_rules (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 28 14:08:54 2012 +0200 (2012-08-28)
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 }