libdaemon: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:06:15 +01:00
parent 34ae29bd1f
commit 4e804bbc69

View File

@ -12,3 +12,5 @@ PKG_SECTION="other"
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()."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"