17 lines
427 B
Bash
17 lines
427 B
Bash
# Template file for 'darkhttpd'
|
|
pkgname=darkhttpd
|
|
version=1.11
|
|
revision=3
|
|
build_pie=yes
|
|
build_style=gnu-makefile
|
|
short_desc="A small and secure static webserver"
|
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|
license="BSD"
|
|
homepage="http://dmr.ath.cx/net/darkhttpd/"
|
|
distfiles="$homepage/$pkgname-$version.tar.bz2"
|
|
checksum=afad244add43c53010b36ada6ccdf1a854885cb37d6aeff103ad0aa4aed96c51
|
|
|
|
do_install() {
|
|
vbin darkhttpd
|
|
}
|