# Description: A simple HTTP server for static content
# URL:         http://linux.bytesex.org/misc/webfs.html
# Maintainer:  Per Lidén <per@fukt.bth.se>
# Depends on:  openssl

name=webfs
version=1.21
release=2
source=(http://dl.bytesex.org/releases/webfs/webfs-$version.tar.gz httpd)

build() {
    cd $name-$version
    make prefix=$PKG/usr mandir=$PKG/usr/man install
    install -D -m 0755 ../httpd $PKG/etc/rc.d/httpd
}
