blob: b58e5b3c16e843b9f20485538d9cf178b858a177 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
LICENSE = GPL
DESCRIPTION = "A full fledged WikiWiki system in Python"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
SRC_URI = "${SOURCEFORGE_MIRROR}/moin/moin-${PV}.tgz"
inherit distutils
|