wok diff libdvdcss-dev/receipt @ rev 14011

Add: schroedinger - Dirac Video codec
author Dominique Corbex <domcox@slitaz.org>
date Sun Feb 17 19:49:27 2013 +0100 (2013-02-17)
parents 6a19590b0a9d
children 4904e3d374a9
line diff
     1.1 --- a/libdvdcss-dev/receipt	Sat Sep 11 08:55:33 2010 +0000
     1.2 +++ b/libdvdcss-dev/receipt	Sun Feb 17 19:49:27 2013 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt."
     1.5  
     1.6  PACKAGE="libdvdcss-dev"
     1.7 -VERSION="1.2.10"
     1.8 +VERSION="1.2.12"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Read DVDs dev files."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -14,19 +14,19 @@
    1.13  	mkdir -p $fs/usr
    1.14  	
    1.15  	# Copying include dir if existes
    1.16 -	if [ -d "$_pkg/usr/include" ]; then
    1.17 -		cp -a $_pkg/usr/include $fs/usr
    1.18 +	if [ -d "$install/usr/include" ]; then
    1.19 +		cp -a $install/usr/include $fs/usr
    1.20  	fi
    1.21  	
    1.22  	# Copying pkgconfig dir if existes
    1.23 -	if [ -d "$_pkg/usr/lib/pkgconfig" ]; then
    1.24 +	if [ -d "$install/usr/lib/pkgconfig" ]; then
    1.25  		mkdir -p $fs/usr/lib/
    1.26 -		cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.27 +		cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28  	fi
    1.29  	
    1.30  	# Copying static libs if existes
    1.31 -	if ( find $_pkg/usr/lib -name "*.*a" > /dev/null ); then
    1.32 +	if ( find $install/usr/lib -name "*.*a" > /dev/null ); then
    1.33  		mkdir -p $fs/usr/lib
    1.34 -		cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.35 +		cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.36  	fi
    1.37  }