summaryrefslogtreecommitdiffstats
path: root/base/libdaemon/Pkgfile
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/Pkgfile
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/Pkgfile')
-rw-r--r--base/libdaemon/Pkgfile18
1 files changed, 18 insertions, 0 deletions
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
+}