wok-6.x diff libdvdread/receipt @ rev 23508
updated python-mechanize (0.2.5 -> 0.4.5)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 10:13:51 2020 +0100 (2020-04-06) |
parents | 6acb25436157 |
children | ede1d184d5c5 |
line diff
1.1 --- a/libdvdread/receipt Mon Apr 01 15:40:03 2019 +0100 1.2 +++ b/libdvdread/receipt Mon Apr 06 10:13:51 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libdvdread" 1.7 -VERSION="6.0.1" 1.8 +VERSION="6.0.2" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Library for reading DVDs." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -17,6 +17,7 @@ 1.13 compile_rules() 1.14 { 1.15 # patch -Np1 -i $stuff/DVDFileStat.patch 1.16 + 1.17 ./configure $CONFIGURE_ARGS && 1.18 make -j 1 && 1.19 make install 1.20 @@ -26,5 +27,5 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.25 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.26 }