wok view libvlc-dev/receipt @ rev 17299

Add fish
Add fish-doc

This adds support and documentation for the latest fish release.
author necrophcodr <tcg.thegamer@gmail.com>
date Thu Oct 30 22:39:29 2014 +0100 (2014-10-30)
parents 8ed62ecac0c7
children 9340d813aee3
line source
1 # SliTaz package receipt.
3 PACKAGE="libvlc-dev"
4 VERSION="2.1.4"
5 CATEGORY="development"
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="libvlc pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/include $fs/usr/bin
18 #cp $src/vlc-config $fs/usr/bin
19 cp -a $install/usr/lib/*a $fs/usr/lib/
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib/
21 cp -a $install/usr/include/vlc $fs/usr/include
22 cp -a $install/usr/lib/vlc $fs/usr/lib/
23 rm $fs/usr/lib/vlc/plugins/*/*.so
24 }