summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-05-21 14:29:59 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-05-21 14:29:59 +0000
commit3e3ebd75e224f4844aca1e1242bab8900b4614a8 (patch)
treedcb5241b796f0505839155b30806d4bf599d2f8c /dev-libs/jthread/jthread-1.2.0.ebuild
parentFix for gcc-4.1 (diff)
downloadgentoo-2-3e3ebd75e224f4844aca1e1242bab8900b4614a8.tar.gz
gentoo-2-3e3ebd75e224f4844aca1e1242bab8900b4614a8.tar.bz2
gentoo-2-3e3ebd75e224f4844aca1e1242bab8900b4614a8.zip
New Ebuild jthread, dependency of tapioca, bug 127383
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'dev-libs/jthread/jthread-1.2.0.ebuild')
-rw-r--r--dev-libs/jthread/jthread-1.2.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-libs/jthread/jthread-1.2.0.ebuild b/dev-libs/jthread/jthread-1.2.0.ebuild
new file mode 100644
index 000000000000..d7bfa174c1e2
--- /dev/null
+++ b/dev-libs/jthread/jthread-1.2.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jthread/jthread-1.2.0.ebuild,v 1.1 2006/05/21 14:29:59 genstef 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/jthread/${P}.tar.bz2"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc README.TXT TODO ChangeLog doc/manual.tex
+}