mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
csync: remove package
Unmaintained since 2012 and the official mirror has been offline for several years.
This commit is contained in:
parent
a4ea52a425
commit
1931fd5755
4 changed files with 3 additions and 37 deletions
|
@ -1 +0,0 @@
|
||||||
csync
|
|
|
@ -1,34 +0,0 @@
|
||||||
# Template file for 'csync'
|
|
||||||
pkgname=csync
|
|
||||||
version=0.50.0
|
|
||||||
revision=5
|
|
||||||
build_style=cmake
|
|
||||||
configure_args="-DSYSCONF_INSTALL_DIR=/etc"
|
|
||||||
conf_files="/etc/csync/csync.conf /etc/csync/csync_exclude.conf"
|
|
||||||
hostmakedepends="pkg-config asciidoc"
|
|
||||||
makedepends="sqlite-devel libssh-devel samba-devel neon-devel"
|
|
||||||
short_desc="Client only bidirectional file synchronizer"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
license="GPL-2.0-only"
|
|
||||||
homepage="https://csync.org/"
|
|
||||||
distfiles="https://gentoo.osuosl.org/distfiles/3e/csync-${version}.tar.xz"
|
|
||||||
checksum=c07526942a93c1e213d354dc45fd61fbc0430c60e109e7a2f0fcaf6213a45c86
|
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
sed -i cmake/Modules/DefineCompilerFlags.cmake \
|
|
||||||
-e's; -pedantic-errors;;'
|
|
||||||
}
|
|
||||||
|
|
||||||
post_build() {
|
|
||||||
cd ${wrksrc}/doc
|
|
||||||
./makeman.sh csync.1.txt
|
|
||||||
}
|
|
||||||
|
|
||||||
csync-devel_package() {
|
|
||||||
short_desc+=" - development files"
|
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/include
|
|
||||||
vmove usr/lib/*.so
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
site="https://open.cryptomilk.org/projects/csync/files"
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'removed-packages'
|
# Template file for 'removed-packages'
|
||||||
pkgname=removed-packages
|
pkgname=removed-packages
|
||||||
version=0.1.20230118
|
version=0.1.20230120
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
short_desc="Uninstalls packages removed from repository"
|
short_desc="Uninstalls packages removed from repository"
|
||||||
|
@ -59,6 +59,8 @@ replaces="
|
||||||
couchpotato<=3.0.1_3
|
couchpotato<=3.0.1_3
|
||||||
cracklib-python<=2.9.7_1
|
cracklib-python<=2.9.7_1
|
||||||
crystal<=0.34.0_4
|
crystal<=0.34.0_4
|
||||||
|
csync-devel<=0.50.0_5
|
||||||
|
csync<=0.50.0_5
|
||||||
ctpp2-devel<=2.8.3_7
|
ctpp2-devel<=2.8.3_7
|
||||||
ctpp2<=2.8.3_7
|
ctpp2<=2.8.3_7
|
||||||
cycle<=0.3.2_2
|
cycle<=0.3.2_2
|
||||||
|
|
Loading…
Add table
Reference in a new issue