wok-current diff libvlc-dev/receipt @ rev 25520
created recipes for libluv and libluv-dev 1.44.2.1
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 24 15:44:32 2023 +0100 (23 months ago) |
parents | 252f7efd08f5 |
children | 5926178cd6fa |
line diff
1.1 --- a/libvlc-dev/receipt Sat Nov 02 15:19:07 2019 +0100 1.2 +++ b/libvlc-dev/receipt Fri Feb 24 15:44:32 2023 +0100 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libvlc-dev" 1.7 -VERSION="3.0.8" 1.8 +VERSION="3.0.10" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="MPEG, VCD/DVD, and DivX library." 1.11 +SHORT_DESC="MPEG, VCD/DVD, and DivX library - development files." 1.12 MAINTAINER="jozee@slitaz.org" 1.13 LICENSE="GPL2" 1.14 -WEB_SITE="http://www.videolan.org/vlc/" 1.15 +WEB_SITE="https://www.videolan.org/vlc/" 1.16 1.17 DEPENDS="libvlc pkg-config" 1.18 WANTED="vlc" 1.19 @@ -14,15 +14,15 @@ 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 + mkdir -p $fs/usr/bin 1.24 + mkdir -p $fs/usr/include 1.25 mkdir -p $fs/usr/lib 1.26 - mkdir -p $fs/usr/include 1.27 - mkdir -p $fs/usr/bin 1.28 1.29 #cp $src/vlc-config $fs/usr/bin 1.30 - cp -a $install/usr/lib/*a $fs/usr/lib/ 1.31 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib/ 1.32 + cp -a $install/usr/lib/*a $fs/usr/lib 1.33 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.34 cp -a $install/usr/include/vlc $fs/usr/include 1.35 - cp -a $install/usr/lib/vlc $fs/usr/lib/ 1.36 + cp -a $install/usr/lib/vlc $fs/usr/lib 1.37 1.38 - rm $fs/usr/lib/vlc/plugins/*/*.so 1.39 + rm $fs/usr/lib/vlc/plugins/*/*.so 1.40 }