wok diff libvlc-dev/receipt @ rev 23975

Up matio (1.5.18), mutt (1.14.7), nasm (2.15.05), net-snmp (5.9), nethack (3.6.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 28 17:24:13 2020 +0000 (2020-10-28)
parents 252f7efd08f5
children
line diff
     1.1 --- a/libvlc-dev/receipt	Sat Nov 02 15:19:07 2019 +0100
     1.2 +++ b/libvlc-dev/receipt	Wed Oct 28 17:24:13 2020 +0000
     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  }