aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/moin/moin_1.8.1.bb
blob: 427455d48ce7a9d9788fd656625821b9882a365f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "A full fledged WikiWiki system written in Python"
LICENSE = "GPL"
SECTION = "network"
HOMEPAGE = "http://moinmoin.wikiwikiweb.de/"
PRIORITY = "optional"
PR = "ml0"

SRC_URI = "http://static.moinmo.in/files/moin-${PV}.tar.gz"

inherit distutils

do_install_append() {
	mv -f ${D}${datadir}/share/* ${D}${datadir}/
}