wok diff csync/receipt @ rev 24974

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 02 11:23:24 2022 +0000 (2022-05-02)
parents 1a39a3d55d0e
children e171b422f9e7
line diff
     1.1 --- a/csync/receipt	Sun Mar 13 19:47:29 2022 +0000
     1.2 +++ b/csync/receipt	Mon May 02 11:23:24 2022 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="File synchronizer"
     1.5  MAINTAINER="erjo@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 -WEB_SITE="http://www.csync.org/"
     1.8 +WEB_SITE="http://csync.org/"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WGET_URL="http://download.owncloud.com/download/$TARBALL"
    1.11  
    1.12 @@ -24,6 +24,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 +	sed -i 's|^\( *\)/opt/local\(.*\)$|&\n\1/opt/samba\2|' cmake/Modules/FindLibsmbclient.cmake
    1.17  	mkdir csync-build && cd csync-build
    1.18  	cmake -DCMAKE_INSTALL_PREFIX=/usr \
    1.19  		-DWITH_LOG4C=OFF \