wok diff libvlc-dev/receipt @ rev 22686
Up pssh (2.3.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 19 16:24:05 2020 +0100 (2020-01-19) |
parents | b5d6394fc7d4 |
children | 73fd97cf0fa8 |
line diff
1.1 --- a/libvlc-dev/receipt Thu Aug 15 19:53:59 2019 +0200 1.2 +++ b/libvlc-dev/receipt Sun Jan 19 16:24:05 2020 +0100 1.3 @@ -1,24 +1,28 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libvlc-dev" 1.7 -VERSION="3.0.6" 1.8 +VERSION="3.0.8" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="MPEG, VCD/DVD, and DivX library" 1.11 +SHORT_DESC="MPEG, VCD/DVD, and DivX library." 1.12 MAINTAINER="jozee@slitaz.org" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="http://www.videolan.org/vlc/" 1.15 -WANTED="vlc" 1.16 1.17 DEPENDS="libvlc pkg-config" 1.18 +WANTED="vlc" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - mkdir -p $fs/usr/lib $fs/usr/include $fs/usr/bin 1.24 - #cp $src/vlc-config $fs/usr/bin 1.25 - cp -a $install/usr/lib/*a $fs/usr/lib/ 1.26 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib/ 1.27 - cp -a $install/usr/include/vlc $fs/usr/include 1.28 - cp -a $install/usr/lib/vlc $fs/usr/lib/ 1.29 + mkdir -p $fs/usr/lib 1.30 + mkdir -p $fs/usr/include 1.31 + mkdir -p $fs/usr/bin 1.32 + 1.33 + #cp $src/vlc-config $fs/usr/bin 1.34 + cp -a $install/usr/lib/*a $fs/usr/lib/ 1.35 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib/ 1.36 + cp -a $install/usr/include/vlc $fs/usr/include 1.37 + cp -a $install/usr/lib/vlc $fs/usr/lib/ 1.38 + 1.39 rm $fs/usr/lib/vlc/plugins/*/*.so 1.40 }