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

DESCRIPTION="A python program to take a break once in a while during work"
HOMEPAGE="http://mundogeek.net/workaholic/"
SRC_URI="http://launchpadlibrarian.net/17362209/workaholic_0.2.0-1.tar.gz"

LICENSE="GPL"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="dev-lang/python
		dev-python/imaging"


src_install(){
	emake install DESTDIR="${D}" || die "Installation failed"
}