mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libdaemon: add metafile support, cleanups, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3bc88a68df
commit
d8b25f4f2c
@ -2,8 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
ac_cv_func_setpgrp_void=no \
|
||||
./configure --host=$TARGET_NAME \
|
||||
|
@ -3,4 +3,4 @@
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/$1/.libs/*.so* $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/$1/.libs/*.so* $INSTALL/usr/lib
|
||||
|
14
packages/other/libdaemon/meta
Normal file
14
packages/other/libdaemon/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="libdaemon"
|
||||
PKG_VERSION="0.14"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://0pointer.de/lennart/projects/libdaemon/"
|
||||
PKG_URL="http://0pointer.de/lennart/projects/libdaemon/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
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"
|
@ -1 +0,0 @@
|
||||
http://0pointer.de/lennart/projects/libdaemon/libdaemon-0.14.tar.gz
|
Loading…
x
Reference in New Issue
Block a user