mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libdaemon: move to 'devel'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
978ac0cace
commit
684c7c690f
@ -26,7 +26,7 @@ PKG_URL="http://0pointer.de/lennart/projects/libdaemon/$PKG_NAME-$PKG_VERSION.ta
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS_TARGET="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="other"
|
||||
PKG_SECTION="devel"
|
||||
PKG_SHORTDESC="libdaemon: A lightweight C library which eases the writing of UNIX daemons"
|
||||
PKG_LONGDESC="A wrapper around fork() which does the correct daemonization procedure of a process. A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR. An API for writing PID files. An API for serializing UNIX signals into a pipe for usage with select() or poll()."
|
||||
|
Loading…
x
Reference in New Issue
Block a user