wok view libvlc-dev/receipt @ rev 25065

grub4dos: binutils 2.37 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 09 15:38:57 2022 +0000 (22 months ago)
parents 252f7efd08f5
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libvlc-dev"
4 VERSION="3.0.10"
5 CATEGORY="development"
6 SHORT_DESC="MPEG, VCD/DVD, and DivX library - development files."
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.videolan.org/vlc/"
11 DEPENDS="libvlc pkg-config"
12 WANTED="vlc"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 mkdir -p $fs/usr/include
19 mkdir -p $fs/usr/lib
21 #cp $src/vlc-config $fs/usr/bin
22 cp -a $install/usr/lib/*a $fs/usr/lib
23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 cp -a $install/usr/include/vlc $fs/usr/include
25 cp -a $install/usr/lib/vlc $fs/usr/lib
27 rm $fs/usr/lib/vlc/plugins/*/*.so
28 }