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

DESCRIPTION="JThread provides some classes to make use of threads easy on different platforms."
HOMEPAGE="http://research.edm.luc.ac.be/jori/jthread/jthread.html"
SRC_URI="http://research.edm.luc.ac.be/jori/jthread/${P}.tar.bz2"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

src_install() {
        newdoc ${S}/README.TXT README
        dodoc ${S}/TODO
        dodoc ${S}/ChangeLog
        dodoc ${S}/doc/manual.tex
        make DESTDIR="${D}" install
}
