aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-mono/mono-helloworld/mono-helloworld.inc
blob: 8fa046fb51cddac4858f4b8203eafd78aacdd604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUMMARY = "Mono Hello World"
DESCRIPTION = "Test applications for Mono console and windows forms"
AUTHOR = "Alex J Lennon <ajlennon@dynamicdevices.co.uk>"
HOMEPAGE = "http://www.dynamicdevices.co.uk"
SECTION = "mono/applications"
PRIORITY = "optional"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE;md5=783b7e40cdfb4a1344d15b1f7081af66"
DEPENDS = "mono"

SRC_URI = "https://github.com/DynamicDevices/mono-helloworld/archive/v${PV}.tar.gz"

inherit autotools

FILES_${PN} = "${libdir}/helloworld/helloworld.exe \
		${bindir}/helloworld \
        	${libdir}/helloworld/helloworldform.exe \
		${bindir}/helloworldform \
"

RDEPENDS_${PN} += "mono"