# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="3"
inherit distutils versionator

DESCRIPTION="German Chart of Accounts SKR03"
HOMEPAGE="http://www.tryton.org/"
SRC_URI="http://downloads.tryton.org/$(get_version_component_range 1-2)/trytond_${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-python/setuptools"
RDEPEND="=app-office/trytond-1.2*
	=app-tryton/account-1.2*"
RESTRICT_PYTHON_ABIS="3.*"

S=${WORKDIR}/trytond_${P}

PYTHON_MODNAME="trytond/modules/${PN}"

src_install() {
	distutils_src_install

	dodoc COPYRIGHT INSTALL README
}