From: David Paskevic Date: Sun, 22 Jan 2017 22:43:14 +0000 (+0100) Subject: Add darkhttpd package (#671) X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/daa6ae5ca9109477b624c2b9943bbaef22556c9b?ds=inline Add darkhttpd package (#671) --- diff --git a/packages/darkhttpd/Makefile.patch b/packages/darkhttpd/Makefile.patch new file mode 100644 index 00000000..e33bc3ce --- /dev/null +++ b/packages/darkhttpd/Makefile.patch @@ -0,0 +1,14 @@ +diff --git a/Makefile b/Makefile +index 7059a14..b09a8a7 100644 +--- a/Makefile ++++ b/Makefile +@@ -7,6 +7,9 @@ all: darkhttpd + darkhttpd: darkhttpd.c + $(CC) $(CFLAGS) $(LIBS) darkhttpd.c -o $@ + ++install: all ++ install darkhttpd "$(DESTDIR)$(PREFIX)/bin/darkhttpd" ++ + clean: + rm -f darkhttpd core darkhttpd.core + diff --git a/packages/darkhttpd/build.sh b/packages/darkhttpd/build.sh new file mode 100644 index 00000000..1c1a99a7 --- /dev/null +++ b/packages/darkhttpd/build.sh @@ -0,0 +1,7 @@ +TERMUX_PKG_HOMEPAGE=https://unix4lyfe.org/darkhttpd +TERMUX_PKG_DESCRIPTION="A simple webserver, implemented in a single .c file." +TERMUX_PKG_VERSION=1.12 +TERMUX_PKG_MAINTAINER="David Paskevic @casept" +TERMUX_PKG_SRCURL=https://unix4lyfe.org/darkhttpd/darkhttpd-${TERMUX_PKG_VERSION}.tar.bz2 +TERMUX_PKG_FOLDERNAME=darkhttpd-$TERMUX_PKG_VERSION +TERMUX_PKG_BUILD_IN_SRC=yes