summaryrefslogtreecommitdiffstats
path: root/base/libdaemon
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-06 22:48:57 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-06 22:48:57 +0100
commit0608ae987aa36246c5ba6e7dbbbd454c80b39b81 (patch)
tree98c08606a30c804d6a866bf4b867f6a09ebbaf67 /base/libdaemon
parentab28263dbdf045b83fea3d50de87f1e87e464deb (diff)
downloadnutyx-pakxe-0608ae987aa36246c5ba6e7dbbbd454c80b39b81.tar.gz
nutyx-pakxe-0608ae987aa36246c5ba6e7dbbbd454c80b39b81.tar.bz2
nutyx-pakxe-0608ae987aa36246c5ba6e7dbbbd454c80b39b81.tar.xz
nutyx-pakxe-0608ae987aa36246c5ba6e7dbbbd454c80b39b81.zip
libdaemon, déplacé dans base
Diffstat (limited to 'base/libdaemon')
-rw-r--r--base/libdaemon/.footprint18
-rw-r--r--base/libdaemon/.md5sum1
-rw-r--r--base/libdaemon/Pkgfile18
3 files changed, 37 insertions, 0 deletions
diff --git a/base/libdaemon/.footprint b/base/libdaemon/.footprint
new file mode 100644
index 000000000..f5235d0f7
--- /dev/null
+++ b/base/libdaemon/.footprint
@@ -0,0 +1,18 @@
+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/base/libdaemon/.md5sum b/base/libdaemon/.md5sum
new file mode 100644
index 000000000..cae1784c3
--- /dev/null
+++ b/base/libdaemon/.md5sum
@@ -0,0 +1 @@
+ae9113fcd825d5a7f07e5ddccb3c3102 libdaemon-0.13.tar.gz
diff --git a/base/libdaemon/Pkgfile b/base/libdaemon/Pkgfile
new file mode 100644
index 000000000..f077021d4
--- /dev/null
+++ b/base/libdaemon/Pkgfile
@@ -0,0 +1,18 @@
+# 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
+
+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
+}