wok diff libdvdcss-dev/receipt @ rev 22717

updated fcron (3.0.4 -> 3.2.1)
author Hans-G?nter Theisgen
date Wed Jan 22 15:57:11 2020 +0100 (2020-01-22)
parents 8ed62ecac0c7
children 181317ae7e78
line diff
     1.1 --- a/libdvdcss-dev/receipt	Thu Dec 05 11:43:50 2013 +0000
     1.2 +++ b/libdvdcss-dev/receipt	Wed Jan 22 15:57:11 2020 +0100
     1.3 @@ -1,34 +1,34 @@
     1.4  # SliTaz package receipt."
     1.5  
     1.6  PACKAGE="libdvdcss-dev"
     1.7 -VERSION="1.2.12"
     1.8 +VERSION="1.4.2"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Read DVDs dev files."
    1.11 +SHORT_DESC="Read DVDs - development files."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://www.videolan.org/developers/libdvdcss.html"
    1.15 +
    1.16  WANTED="libdvdcss"
    1.17 -WEB_SITE="http://www.videolan.org/developers/libdvdcss.html"
    1.18 -
    1.19  DEPENDS="libdvdcss pkg-config"
    1.20  
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr
    1.24  	
    1.25 -	# Copying include dir if existes
    1.26 +	# Copying include directory, if exists
    1.27  	if [ -d "$install/usr/include" ]; then
    1.28 -		cp -a $install/usr/include $fs/usr
    1.29 +		cp -a $install/usr/include	$fs/usr
    1.30  	fi
    1.31  	
    1.32 -	# Copying pkgconfig dir if existes
    1.33 +	# Copying pkgconfig directory, if exists
    1.34  	if [ -d "$install/usr/lib/pkgconfig" ]; then
    1.35  		mkdir -p $fs/usr/lib/
    1.36  		cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.37  	fi
    1.38  	
    1.39 -	# Copying static libs if existes
    1.40 +	# Copying static libraries, if exist
    1.41  	if ( find $install/usr/lib -name "*.*a" > /dev/null ); then
    1.42  		mkdir -p $fs/usr/lib
    1.43 -		cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.44 +		cp -a $install/usr/lib/*.*a	$fs/usr/lib
    1.45  	fi
    1.46  }