thttpd: update to 2.29.
Closes #14745. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
4f8fdd3e64
commit
1c187b3d02
1 changed files with 5 additions and 3 deletions
|
@ -1,21 +1,23 @@
|
|||
# Template file for 'thttpd'
|
||||
pkgname=thttpd
|
||||
version=2.28
|
||||
version=2.29
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Tiny/turbo/throttling HTTP server"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD"
|
||||
license="BSD-2-Clause"
|
||||
homepage="http://www.acme.com/software/thttpd/"
|
||||
distfiles="http://www.acme.com/software/thttpd/thttpd-${version}.tar.gz"
|
||||
checksum=8552f929d4ede26cb193411c1208168e169dda24ee9eb1da8f8da4f4f8e10328
|
||||
checksum=99c09f47da326b1e7b5295c45549d2b65534dce27c44812cf7eef1441681a397
|
||||
|
||||
pre_configure() {
|
||||
sed "s,-o bin -g bin,,g" -i Makefile.in
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make CC=$CC LD=$CC CCOPT="$CFLAGS -D_DEFAULT_SOURCE"
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/bin
|
||||
vmkdir usr/share/man/man1
|
||||
|
|
Loading…
Reference in a new issue