CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
fbset: updated .footprint
[attic/ports/opt-cross.git] / webfs / Pkgfile
CommitLineData
543bc107
JB
1# Description: A simple HTTP server for static content
2# URL: http://linux.bytesex.org/misc/webfs.html
3# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
38b50d66 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
543bc107
JB
5# Depends on: openssl
6
7name=webfs
8version=1.21
9release=3
10source=(http://dl.bytesex.org/releases/webfs/webfs-$version.tar.gz \
11 webfsd)
12
13build() {
14 cd $name-$version
15
16 make install \
17 CC="$CC" CXX="$CXX" \
18 INSTALL_BINARY="install" \
19 prefix=$PKG/usr \
20 mandir=$PKG/usr/man
21
22 install -D -m 0755 $SRC/webfsd $PKG/etc/rc.d/webfsd
23}