2006-02-23 15:26:10 +00:00
|
|
|
|
# Description: A simple HTTP server for static content
|
|
|
|
|
# URL: http://linux.bytesex.org/misc/webfs.html
|
2006-04-20 20:37:09 +00:00
|
|
|
|
# Maintainer: Per Lid<69>n, core-ports at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
|
# 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
|
|
|
|
|
}
|