wok-current rev 24895
libgpod: libplist 2.x support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 08 11:37:28 2022 +0000 (2022-04-08) |
parents | 870e1ce31226 |
children | acc00027162c |
files | itstool/receipt libgpod/receipt |
line diff
1.1 --- a/itstool/receipt Fri Apr 08 10:34:41 2022 +0000 1.2 +++ b/itstool/receipt Fri Apr 08 11:37:28 2022 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="ITS-based XML translation tool." 1.5 MAINTAINER="al.bobylev@gmail.com" 1.6 LICENSE="GPL3" 1.7 -WEB_SITE="http://itstool.org/" 1.8 +WEB_SITE="https://itstool.org/" 1.9 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WGET_URL="http://files.itstool.org/$PACKAGE/$TARBALL"
2.1 --- a/libgpod/receipt Fri Apr 08 10:34:41 2022 +0000 2.2 +++ b/libgpod/receipt Fri Apr 08 11:37:28 2022 +0000 2.3 @@ -26,6 +26,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 + sed 's|libplist >= 1.0|libplist-2.0 >= 2.2.0|' -i configure* 2.8 ./configure --prefix=/usr $CONFIGURE_ARGS && 2.9 make PREFIX=/usr -j 1 && 2.10 make PREFIX=/usr DESTDIR=$DESTDIR install