diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2003-07-14 20:26:34 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2003-07-14 20:26:34 +0000 |
commit | a892c42bac594e259fbadaded906ce23e19edab8 (patch) | |
tree | 9daa8efdd72cdf2565f183f668f4e2011eecb052 /dev-libs/dvthread/dvthread-0.4.6a.ebuild | |
parent | updated (diff) | |
download | gentoo-2-a892c42bac594e259fbadaded906ce23e19edab8.tar.gz gentoo-2-a892c42bac594e259fbadaded906ce23e19edab8.tar.bz2 gentoo-2-a892c42bac594e259fbadaded906ce23e19edab8.zip |
updated
Diffstat (limited to 'dev-libs/dvthread/dvthread-0.4.6a.ebuild')
-rw-r--r-- | dev-libs/dvthread/dvthread-0.4.6a.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-libs/dvthread/dvthread-0.4.6a.ebuild b/dev-libs/dvthread/dvthread-0.4.6a.ebuild new file mode 100644 index 000000000000..79daedcd883e --- /dev/null +++ b/dev-libs/dvthread/dvthread-0.4.6a.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvthread/dvthread-0.4.6a.ebuild,v 1.1 2003/07/14 20:23:49 pvdabeel Exp $ + +inherit eutils + +DESCRIPTION="classes for threads and monitors, wrapped around the posix thread library" +SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvthread/download/${P}.tar.gz" +HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvthread/html/" + +KEYWORDS="x86 ppc" +LICENSE="GPL-2" +SLOT="0" + +DEPEND="virtual/glibc" + +src_unpack() { + unpack ${A} +} + +src_install() { + make prefix=${D}/usr install || die +} |