CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
gpsd: Updated to 2.95.
[attic/ports/opt-cross.git] / webfs / Pkgfile
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
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on: openssl
6
7 name=webfs
8 version=1.21
9 release=3
10 source=(http://dl.bytesex.org/releases/webfs/webfs-$version.tar.gz \
11 webfsd)
12
13 build() {
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 }