Add thttp build.
This commit is contained in:
parent
419fff7a19
commit
7095b30760
11 changed files with 621 additions and 0 deletions
22
source/thttpd/thttpd.buildconf
Normal file
22
source/thttpd/thttpd.buildconf
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Package details.
|
||||
PKG_NAME="$(basename "${BASH_SOURCE[0]}" .buildconf)"
|
||||
PKG_VERSION="2.29"
|
||||
PKG_BUILD="1"
|
||||
PKG_TAG="${PKG_TAG:-_tadgy}"
|
||||
PKG_EXT="${PKG_EXT:-txz}"
|
||||
|
||||
# Sources - the details in these arrays must all match per indicies.
|
||||
SRC_DOWNLOADS=("http://acme.com/software/thttpd/$PKG_NAME-$PKG_VERSION.tar.gz")
|
||||
SRC_MD5SUMS=("849745eeccd12f5eabdd1adc9bdc1567")
|
||||
SRC_FILENAMES=("$PKG_NAME-$PKG_VERSION.tar.gz")
|
||||
SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
|
||||
|
||||
# Build configuration.
|
||||
BUILD_REQUIRES=('libtool')
|
||||
BUILD_CONFLICTS=("$PKG_NAME")
|
||||
|
||||
# The 'web' group for thttp to use. Re-use the 'apache' group.
|
||||
WEBGROUP="apache"
|
||||
|
||||
# The syslog facility to log to (must be in thttpd's config.h format).
|
||||
FACILITY="LOG_LOCAL7"
|
||||
Loading…
Add table
Add a link
Reference in a new issue