aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-mono/mono-xsp/mono-xsp.inc
blob: 9090c89d493d01d471a5e972d239ef8768c8b4ca (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
DESCRIPTION = "Standalone web server written in C# that can be used to run ASP.NET applications"
SECTION = "devel/mono"
DEPENDS = "mono"
RDEPENDS:${PN} = "mono"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=84b17f6d63c3c28399d0f3786831d40c"

inherit autotools-brokensep

SRC_URI = "http://download.mono-project.com/sources/xsp/xsp-${PV}.tar.bz2"

S = "${WORKDIR}/xsp-${PV}"

PACKAGES += "${PN}-test \
	${PN}-unittest \
"

FILES:${PN}-test = "${libdir}/xsp/test/*"

FILES:${PN}-unittest = "${libdir}/xsp/unittests/*"

FILES:${PN}-doc += "${libdir}/monodoc/*"

# AJL - For now we are going to parcel up the different XSP hosting (mod_mono, fastcgi, xsp) together. More granular packages in future
FILES:${PN} = "${bindir}/* \
	${libdir}/mono/* \
	${libdir}/xsp/2.0/* \
	${libdir}/xsp/4.0/* \
"

# We seem to run into problems with make parallelisation building mono-xsp, so disable it for now
PARALLEL_MAKE = ""