wok-6.x view libvlc/receipt @ rev 14613
Add php-docs-en.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jun 01 06:36:55 2013 +0000 (2013-06-01) |
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 }