diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 22:48:57 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 22:48:57 +0100 |
commit | 0608ae987aa36246c5ba6e7dbbbd454c80b39b81 (patch) | |
tree | 98c08606a30c804d6a866bf4b867f6a09ebbaf67 /extra | |
parent | ab28263dbdf045b83fea3d50de87f1e87e464deb (diff) | |
download | nutyx-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 'extra')
-rw-r--r-- | extra/libdaemon/.footprint | 18 | ||||
-rw-r--r-- | extra/libdaemon/.md5sum | 1 | ||||
-rw-r--r-- | extra/libdaemon/Pkgfile | 19 |
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 -} |