description="Lightweight C library that eases the writing of UNIX daemons"
url="http://0pointer.de/lennart/projects/libdaemon/"
packager="tnut <tnut@nutyx.org>"
contributors="Pierre B"

name=libdaemon
version=0.14
release=2

source=( http://pkgs.fedoraproject.org/repo/pkgs/libdaemon/libdaemon-0.14.tar.gz/509dc27107c21bcd9fbf2f95f5669563/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--disable-doxygen \
		--disable-lynx
	make
	make DESTDIR=$PKG install

# Obsolet lib
rm $PKG/usr/lib/libdaemon.la
}
