wok-6.x rev 23083
liblrdf: new WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 10 18:03:04 2020 +0100 (2020-03-10) |
parents | 03605b16d3d1 |
children | 116dfad8829f |
files | fbreader/receipt liblrdf/receipt |
line diff
1.1 --- a/fbreader/receipt Tue Mar 10 17:53:37 2020 +0100 1.2 +++ b/fbreader/receipt Tue Mar 10 18:03:04 2020 +0100 1.3 @@ -16,9 +16,13 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 # GCC 4.5.0 fix 1.9 sed -i 's/Library::Library /Library /' fbreader/src/library/Library.cpp 1.10 + 1.11 + # CUPS 2.3 fix 1.12 + sed -i '/CURLE_SSL_CACERT:/{NNd}' \ 1.13 + zlibrary/core/src/unix/curl/ZLCurlNetworkManager.cpp 1.14 + 1.15 echo "UI_TYPE = gtk" >> makefiles/target.mk 1.16 echo "TARGET_STATUS = release" >> makefiles/target.mk 1.17 make &&
2.1 --- a/liblrdf/receipt Tue Mar 10 17:53:37 2020 +0100 2.2 +++ b/liblrdf/receipt Tue Mar 10 18:03:04 2020 +0100 2.3 @@ -6,10 +6,10 @@ 2.4 SHORT_DESC="A library for the manipulation of RDF file in LADSPA plugins." 2.5 MAINTAINER="jozee@slitaz.org" 2.6 LICENSE="GPL2" 2.7 -WEB_SITE="https://sourceforge.net/projects/lrdf" 2.8 +WEB_SITE="https://github.com/swh/LRDF" 2.9 2.10 -TARBALL="${PACKAGE}-${VERSION}.tar.gz" 2.11 -WGET_URL="$SF_MIRROR/lrdf/$TARBALL" 2.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.13 +WGET_URL="$WEB_SITE/archive/v$VERSION/$TARBALL" 2.14 2.15 DEPENDS="ladspa libcurl libxslt raptor" 2.16 BUILD_DEPENDS="autoconf automake curl-dev ladspa-dev libtool