# Template file for 'MoinMoin'
pkgname=MoinMoin
version=1.9.4
revision=1
wrksrc=moin-${version}
build_style=python-module
makedepends="python"
short_desc="MoinMoin, a Python clone of WikiWiki"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://moinmo.in"
license="GPL-2"
distfiles="http://static.moinmo.in/files/moin-${version}.tar.gz"
checksum=a11502c31ce617a51d2f96be0d71a5fb3e7736c748ddd957aacfc23f9babe395
long_desc="
 A WikiWikiWeb is a collaborative hypertext environment, with an
 emphasis on easy access to and modification of information. MoinMoin
 is a Python WikiClone that allows you to easily set up your own wiki,
 only requiring a Python installation."

MoinMoin_package() {
	noarch="yes"
	pycompile_module="MoinMoin jabberbot"
	depends="python"
	pkg_install() {
		vmove usr
	}
}