i2pd: add vlogger
This commit is contained in:
parent
393e635865
commit
ea87af77f6
|
@ -0,0 +1 @@
|
|||
/usr/bin/vlogger
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'i2pd'
|
||||
pkgname=i2pd
|
||||
version=2.44.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
make_build_args="USE_UPNP=yes"
|
||||
makedepends="zlib-devel boost-devel openssl-devel miniupnpc-devel
|
||||
|
@ -26,13 +26,6 @@ case "${XBPS_TARGET_MACHINE}" in
|
|||
*) make_build_args+=" USE_AESNI=no" ;;
|
||||
esac
|
||||
|
||||
pre_install() {
|
||||
# Log errors to syslog
|
||||
vsed -e "s/^# log = .*/log = syslog/" \
|
||||
-e "s/^# loglevel = .*/loglevel = error/" \
|
||||
-i contrib/i2pd.conf
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin i2pd
|
||||
vman debian/i2pd.1
|
||||
|
|
Loading…
Reference in New Issue