summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2003-03-06 18:54:14 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2003-03-06 18:54:14 +0000
commitc29c72c6b198ec1b0b45a11213916d6cdbb3af3c (patch)
treeef343a204060980e53c4d7fe4c1567347f122799 /dev-libs/dvthread/dvthread-0.4.4.ebuild
parentEinstall does not work any more. Changed to plain make. (diff)
downloadgentoo-2-c29c72c6b198ec1b0b45a11213916d6cdbb3af3c.tar.gz
gentoo-2-c29c72c6b198ec1b0b45a11213916d6cdbb3af3c.tar.bz2
gentoo-2-c29c72c6b198ec1b0b45a11213916d6cdbb3af3c.zip
new dv* C++ utilities
Diffstat (limited to 'dev-libs/dvthread/dvthread-0.4.4.ebuild')
-rw-r--r--dev-libs/dvthread/dvthread-0.4.4.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-libs/dvthread/dvthread-0.4.4.ebuild b/dev-libs/dvthread/dvthread-0.4.4.ebuild
new file mode 100644
index 000000000000..5ea0e59d5872
--- /dev/null
+++ b/dev-libs/dvthread/dvthread-0.4.4.ebuild
@@ -0,0 +1,18 @@
+# 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.4.ebuild,v 1.1 2003/03/06 18:54:14 pvdabeel Exp $
+
+A=dvthread-${PV}.tar.gz
+S=${WORKDIR}/dvthread-${PV}
+DESCRIPTION="dvthread provides classes for threads and monitors, wrapped around the posix thread library"
+SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvthread/download/${A}"
+HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvthread/html/"
+KEYWORDS="x86 ppc"
+LICENSE="GPL2"
+SLOT="0"
+
+DEPEND="virtual/glibc"
+
+src_install() {
+ make prefix=${D}/usr install
+}