csync: fix distfile and checksum; xlint

This commit is contained in:
Jürgen Buchmüller 2020-05-12 22:18:55 +02:00
parent c162cedc72
commit dfea8c3d6d

View file

@ -7,12 +7,12 @@ configure_args="-DSYSCONF_INSTALL_DIR=/etc"
conf_files="/etc/csync/csync.conf /etc/csync/csync_exclude.conf" conf_files="/etc/csync/csync.conf /etc/csync/csync_exclude.conf"
hostmakedepends="pkg-config asciidoc" hostmakedepends="pkg-config asciidoc"
makedepends="sqlite-devel libssh-devel samba-devel neon-devel" makedepends="sqlite-devel libssh-devel samba-devel neon-devel"
short_desc="A client only bidirectional file synchronizer" short_desc="Client only bidirectional file synchronizer"
maintainer="Diogo Leal <diogo@diogoleal.com>" maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-2" license="GPL-2.0-only"
homepage="http://csync.org" homepage="https://csync.org/"
distfiles="http://git.csync.org/projects/csync.git/snapshot/csync-${version}.tar.bz2" distfiles="https://gentoo.osuosl.org/distfiles/3e/csync-${version}.tar.xz"
checksum=72e95f6924ca01783afcfc9c68d416a50e0bec979cf4e1fc414df352210d6a0f checksum=c07526942a93c1e213d354dc45fd61fbc0430c60e109e7a2f0fcaf6213a45c86
pre_configure() { pre_configure() {
sed -i cmake/Modules/DefineCompilerFlags.cmake \ sed -i cmake/Modules/DefineCompilerFlags.cmake \