aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/boa/boa_0.94.13.bb
blob: e96430c218e34762f4f855f87fca568ff9cd08cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
DESCRIPTION = "Lightweight and High Performance WebServer"
SECTION = "console/network"
LICENSE = "GPL"
DEPENDS = "bison-native flex-native"
RDEPENDS_${PN} = "mime-support"
RPROVIDES_${PN} = "httpd"
PR = "r4"

PARALLEL_MAKE = ""

SRC_URI = "http://www.boa.org/boa-${PV}.tar.gz \
           file://cgi.patch;striplevel=2 \
           file://debian-patch.diff;striplevel=2 \
           file://boa.conf \
           file://boa.init"

S = "${WORKDIR}/boa-${PV}/src"

inherit autotools update-rc.d

INITSCRIPT_NAME = "boa"
INITSCRIPT_PARAMS = "defaults 20"

CFLAGS_append = " -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE"
#CFLAGS_append = " -DSERVER_ROOT=..."

do_install() {
	install -d ${D}${sbindir}
	install -d ${D}${libdir}/${PN}
	install -m 0755 boa 			${D}${sbindir}
	install -m 0755 boa_indexer 		${D}${libdir}/${PN}

	install -d ${D}${sysconfdir}/${PN}
	install -d ${D}${sysconfdir}/init.d
	install -m 0640 ${WORKDIR}/boa.conf 	${D}${sysconfdir}/${PN}
	install -m 0755 ${WORKDIR}/boa.init	${D}${sysconfdir}/init.d/boa

	install -d ${D}${mandir}/man8
	install -m 0644 ${S}/../docs/boa.8 ${D}${mandir}/man8
}

SRC_URI[md5sum] = "c8d6f46f9aa60909f171529068813fe0"
SRC_URI[sha256sum] = "e00bb50eb859c736f2afc913976e82e8fc68a1fbe34fa294e014aa95f4d87366"