diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-12-15 15:33:37 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-12-15 15:33:37 +0000 |
commit | d6a72f3b82f05bc00a93fc475f0d2891acd9ebcb (patch) | |
tree | 49550f68677e13aeb3c6c63ab2835f7ae3860e3f /dev-libs/jthread/jthread-1.2.1.ebuild | |
parent | amd64 stable wrt bug #202087 (diff) | |
download | gentoo-2-d6a72f3b82f05bc00a93fc475f0d2891acd9ebcb.tar.gz gentoo-2-d6a72f3b82f05bc00a93fc475f0d2891acd9ebcb.tar.bz2 gentoo-2-d6a72f3b82f05bc00a93fc475f0d2891acd9ebcb.zip |
Version bump.
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'dev-libs/jthread/jthread-1.2.1.ebuild')
-rw-r--r-- | dev-libs/jthread/jthread-1.2.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-libs/jthread/jthread-1.2.1.ebuild b/dev-libs/jthread/jthread-1.2.1.ebuild new file mode 100644 index 000000000000..e5d8d0d3fceb --- /dev/null +++ b/dev-libs/jthread/jthread-1.2.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jthread/jthread-1.2.1.ebuild,v 1.1 2007/12/15 15:33:36 drac Exp $ + +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/${PN}/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed." + dodoc ChangeLog README* TODO doc/*.tex +} |