summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-01-28 15:11:07 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-01-28 15:11:07 +0000
commit78c503d22078f0cc22619badc6c509155b6e5a73 (patch)
tree3012ec05fbea65dd0ece99b9d8899376431975c6 /net-zope/cmfopenflow/cmfopenflow-1.0.99.ebuild
parentinitial commit, thx to solution2u.net (diff)
downloadgentoo-2-78c503d22078f0cc22619badc6c509155b6e5a73.tar.gz
gentoo-2-78c503d22078f0cc22619badc6c509155b6e5a73.tar.bz2
gentoo-2-78c503d22078f0cc22619badc6c509155b6e5a73.zip
initial commit, thx to solution2u.net
Diffstat (limited to 'net-zope/cmfopenflow/cmfopenflow-1.0.99.ebuild')
-rw-r--r--net-zope/cmfopenflow/cmfopenflow-1.0.99.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-zope/cmfopenflow/cmfopenflow-1.0.99.ebuild b/net-zope/cmfopenflow/cmfopenflow-1.0.99.ebuild
new file mode 100644
index 000000000000..f95971408764
--- /dev/null
+++ b/net-zope/cmfopenflow/cmfopenflow-1.0.99.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfopenflow/cmfopenflow-1.0.99.ebuild,v 1.1 2004/01/28 15:11:07 lanius Exp $
+
+inherit zproduct
+
+DESCRIPTION="CMFOpenflow, also known as: 'reflow' Activity based workflow, is an object oriented workflow engine."
+HOMEPAGE="http://www.reflab.com/community/Openprojects/CMFOpenflow/"
+SRC_URI="http://www.reflab.com/community/Openprojects/CMFOpenflow/Reflow.downloads/Reflow_${PV}"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+ZPROD_LIST="CMFOpenflow"
+
+src_unpack(){
+ tar -xzf ${DISTDIR}/Reflow_${PV}
+}