wok diff libdvdcss-dev/receipt @ rev 25805
created recipe for xfce4-weather-plugin
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 15:24:31 2024 +0100 (7 days ago) |
parents | c5acfdf7d5ad |
children |
line diff
1.1 --- a/libdvdcss-dev/receipt Mon Apr 01 15:12:18 2019 +0100 1.2 +++ b/libdvdcss-dev/receipt Wed Nov 13 15:24:31 2024 +0100 1.3 @@ -1,34 +1,17 @@ 1.4 # SliTaz package receipt." 1.5 1.6 PACKAGE="libdvdcss-dev" 1.7 -VERSION="1.4.2" 1.8 +VERSION="1.4.3" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Read DVDs - development files." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="https://www.videolan.org/developers/libdvdcss.html" 1.14 1.15 +DEPENDS="libdvdcss pkg-config" 1.16 WANTED="libdvdcss" 1.17 -DEPENDS="libdvdcss pkg-config" 1.18 1.19 genpkg_rules() 1.20 { 1.21 - mkdir -p $fs/usr 1.22 - 1.23 - # Copying include directory, if exists 1.24 - if [ -d "$install/usr/include" ]; then 1.25 - cp -a $install/usr/include $fs/usr 1.26 - fi 1.27 - 1.28 - # Copying pkgconfig directory, if exists 1.29 - if [ -d "$install/usr/lib/pkgconfig" ]; then 1.30 - mkdir -p $fs/usr/lib/ 1.31 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.32 - fi 1.33 - 1.34 - # Copying static libraries, if exist 1.35 - if ( find $install/usr/lib -name "*.*a" > /dev/null ); then 1.36 - mkdir -p $fs/usr/lib 1.37 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.38 - fi 1.39 + get_dev_files 1.40 }