summaryrefslogtreecommitdiff
path: root/moin/moin_1.1.oe
blob: 3f84c2b42a1ae6dd563815d9435849fc05501060 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "A full fledged WikiWiki system in Python"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "libc6 python-core "
DEPENDS = "virtual/libc"

SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tgz

inherit distutils