mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
ff8ab2bb08
commit
0501d5b9f8
4 changed files with 15 additions and 17 deletions
|
@ -1,3 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
exec svlogd /var/log/radicale
|
exec svlogd /var/log/radicale
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
exec chpst -u radicale radicale -f -C /etc/radicale/config
|
exec chpst -u radicale radicale -f -C /etc/radicale/config
|
||||||
|
|
|
@ -1,28 +1,28 @@
|
||||||
# Template file for 'radicale'
|
# Template file for 'radicale'
|
||||||
pkgname=radicale
|
pkgname=radicale
|
||||||
version=1.1.6
|
version=1.1.6
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=Radicale-${version}
|
|
||||||
build_style=python2-module
|
|
||||||
conf_files="
|
|
||||||
/etc/radicale/config
|
|
||||||
/etc/sv/radicale/log/run"
|
|
||||||
make_dirs="
|
|
||||||
/etc/radicale 755 root root
|
|
||||||
/usr/share/radicale/ 755 root root
|
|
||||||
/var/log/radicale/ 700 root root
|
|
||||||
/var/lib/radicale 750 radicale radicale"
|
|
||||||
archs=noarch
|
archs=noarch
|
||||||
|
wrksrc="Radicale-${version}"
|
||||||
|
build_style=python2-module
|
||||||
|
pycompile_module="radicale"
|
||||||
hostmakedepends="python python-setuptools"
|
hostmakedepends="python python-setuptools"
|
||||||
depends="python-pam python-requests python-dulwich"
|
depends="python-pam python-requests python-dulwich"
|
||||||
pycompile_module="radicale"
|
|
||||||
short_desc="Complete calendar and contact storing and manipulating solution"
|
short_desc="Complete calendar and contact storing and manipulating solution"
|
||||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://radicale.org"
|
homepage="https://radicale.org"
|
||||||
distfiles="${PYPI_SITE}/R/Radicale/Radicale-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/R/Radicale/Radicale-${version}.tar.gz"
|
||||||
checksum=c007198ea45ef797344672c681d4c13f8b4aa85c15c41a1156225767a405c92b
|
checksum=c007198ea45ef797344672c681d4c13f8b4aa85c15c41a1156225767a405c92b
|
||||||
|
|
||||||
|
conf_files="
|
||||||
|
/etc/radicale/config
|
||||||
|
/etc/sv/radicale/log/run"
|
||||||
|
make_dirs="
|
||||||
|
/etc/radicale 755 root root
|
||||||
|
/usr/share/radicale/ 755 root root
|
||||||
|
/var/log/radicale/ 700 root root
|
||||||
|
/var/lib/radicale 750 radicale radicale"
|
||||||
system_accounts="radicale"
|
system_accounts="radicale"
|
||||||
radicale_homedir="/var/lib/radicale"
|
radicale_homedir="/var/lib/radicale"
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ignore="[^1].*"
|
ignore="[2].*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue