diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-01-28 15:11:07 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-01-28 15:11:07 +0000 |
commit | 78c503d22078f0cc22619badc6c509155b6e5a73 (patch) | |
tree | 3012ec05fbea65dd0ece99b9d8899376431975c6 /net-zope/cmfopenflow/cmfopenflow-1.0.99.ebuild | |
parent | initial commit, thx to solution2u.net (diff) | |
download | gentoo-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.ebuild | 17 |
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} +} |