summaryrefslogtreecommitdiffstats
path: root/extra/libdaemon
diff options
context:
space:
mode:
authorsibelle <lesibel@free.fr>2010-02-07 07:53:27 +0100
committersibelle <lesibel@free.fr>2010-02-07 07:53:27 +0100
commit8bd84b0edf380f00244be29090ce68f8b34456cc (patch)
treefba27cbe07e4774fcdd6443dead12a468d004c0e /extra/libdaemon
parent53bff858c3ef02bf7ba9ee0e247488fc54f7c42e (diff)
parent5bd127c0743239bc774481e4a7b947719c984f5d (diff)
downloadnutyx-pakxe-8bd84b0edf380f00244be29090ce68f8b34456cc.tar.gz
nutyx-pakxe-8bd84b0edf380f00244be29090ce68f8b34456cc.tar.bz2
nutyx-pakxe-8bd84b0edf380f00244be29090ce68f8b34456cc.tar.xz
nutyx-pakxe-8bd84b0edf380f00244be29090ce68f8b34456cc.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra/libdaemon')
-rw-r--r--extra/libdaemon/.footprint18
-rw-r--r--extra/libdaemon/.md5sum1
-rw-r--r--extra/libdaemon/Pkgfile19
3 files changed, 0 insertions, 38 deletions
diff --git a/extra/libdaemon/.footprint b/extra/libdaemon/.footprint
deleted file mode 100644
index f5235d0f7..000000000
--- a/extra/libdaemon/.footprint
+++ /dev/null
@@ -1,18 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/libdaemon/
--rw-r--r-- root/root usr/include/libdaemon/daemon.h
--rw-r--r-- root/root usr/include/libdaemon/dexec.h
--rw-r--r-- root/root usr/include/libdaemon/dfork.h
--rw-r--r-- root/root usr/include/libdaemon/dlog.h
--rw-r--r-- root/root usr/include/libdaemon/dnonblock.h
--rw-r--r-- root/root usr/include/libdaemon/dpid.h
--rw-r--r-- root/root usr/include/libdaemon/dsignal.h
-drwxr-xr-x root/root usr/lib/
--rw-r--r-- root/root usr/lib/libdaemon.a
--rwxr-xr-x root/root usr/lib/libdaemon.la
-lrwxrwxrwx root/root usr/lib/libdaemon.so -> libdaemon.so.0.4.0
-lrwxrwxrwx root/root usr/lib/libdaemon.so.0 -> libdaemon.so.0.4.0
--rwxr-xr-x root/root usr/lib/libdaemon.so.0.4.0
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/libdaemon.pc
diff --git a/extra/libdaemon/.md5sum b/extra/libdaemon/.md5sum
deleted file mode 100644
index cae1784c3..000000000
--- a/extra/libdaemon/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-ae9113fcd825d5a7f07e5ddccb3c3102 libdaemon-0.13.tar.gz
diff --git a/extra/libdaemon/Pkgfile b/extra/libdaemon/Pkgfile
deleted file mode 100644
index a15880db1..000000000
--- a/extra/libdaemon/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Librairie légère pour faciliter l'écriture de démon UNIX
-# URL: http://0pointer.de/lennart/projects/libdaemon/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=libdaemon
-version=0.13
-release=1
-source=(http://0pointer.de/lennart/projects/libdaemon/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --disable-doxygen \
- --disable-lynx
- make
- make DESTDIR=$PKG install
-}