thttpd: update to 2.29.

Closes #14745.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-27 15:23:48 -03:00 committed by Enno Boland
parent 4f8fdd3e64
commit 1c187b3d02

View file

@ -1,21 +1,23 @@
# Template file for 'thttpd' # Template file for 'thttpd'
pkgname=thttpd pkgname=thttpd
version=2.28 version=2.29
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
short_desc="Tiny/turbo/throttling HTTP server" short_desc="Tiny/turbo/throttling HTTP server"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD" license="BSD-2-Clause"
homepage="http://www.acme.com/software/thttpd/" homepage="http://www.acme.com/software/thttpd/"
distfiles="http://www.acme.com/software/thttpd/thttpd-${version}.tar.gz" distfiles="http://www.acme.com/software/thttpd/thttpd-${version}.tar.gz"
checksum=8552f929d4ede26cb193411c1208168e169dda24ee9eb1da8f8da4f4f8e10328 checksum=99c09f47da326b1e7b5295c45549d2b65534dce27c44812cf7eef1441681a397
pre_configure() { pre_configure() {
sed "s,-o bin -g bin,,g" -i Makefile.in sed "s,-o bin -g bin,,g" -i Makefile.in
} }
do_build() { do_build() {
make CC=$CC LD=$CC CCOPT="$CFLAGS -D_DEFAULT_SOURCE" make CC=$CC LD=$CC CCOPT="$CFLAGS -D_DEFAULT_SOURCE"
} }
do_install() { do_install() {
vmkdir usr/bin vmkdir usr/bin
vmkdir usr/share/man/man1 vmkdir usr/share/man/man1