wok view libvlc-dev/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
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 }