opt/webfs/Pkgfile

17 lines
469 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A simple HTTP server for static content
# URL: http://linux.bytesex.org/misc/webfs.html
2008-07-11 09:29:19 +02:00
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
2006-02-23 16:26:10 +01:00
# Depends on: openssl
name=webfs
version=1.21
release=3
2006-09-18 18:44:06 +02:00
source=(http://dl.bytesex.org/releases/webfs/webfs-$version.tar.gz \
webfsd)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
make prefix=$PKG/usr mandir=$PKG/usr/man install
install -D -m 0755 $SRC/webfsd $PKG/etc/rc.d/webfsd
2006-02-23 16:26:10 +01:00
}