libdaemon: removed.
This commit is contained in:
parent
02aa427170
commit
2cc72747dd
@ -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.3.1
|
||||
lrwxrwxrwx root/root usr/lib/libdaemon.so.0 -> libdaemon.so.0.3.1
|
||||
-rwxr-xr-x root/root usr/lib/libdaemon.so.0.3.1
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libdaemon.pc
|
@ -1 +0,0 @@
|
||||
76596823cc1a6d1cdf7779b782ff0ee6 libdaemon-0.12.tar.gz
|
@ -1,16 +0,0 @@
|
||||
# Description: A lightweight C library that eases the writing of UNIX daemons
|
||||
# URL: http://0pointer.de/lennart/projects/libdaemon/
|
||||
# Maintainer: Matt Housh, jaeger at crux dot nu
|
||||
|
||||
name=libdaemon
|
||||
version=0.12
|
||||
release=1
|
||||
source=(http://0pointer.de/lennart/projects/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--disable-lynx
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user