diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2005-10-08 15:31:53 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2005-10-08 15:31:53 +0000 |
commit | 196b15998f7f6ba9557cce86e482e3af46a39eb6 (patch) | |
tree | 0bfc9907051df8cde4e0e186c06b06d9670c4623 /sys-cluster/iddev/iddev-1.01.00.ebuild | |
parent | Fixing einstall paths thanks to Oliver Kastler <1730@gmx.net> in bug 105264 (diff) | |
download | historical-196b15998f7f6ba9557cce86e482e3af46a39eb6.tar.gz historical-196b15998f7f6ba9557cce86e482e3af46a39eb6.tar.bz2 historical-196b15998f7f6ba9557cce86e482e3af46a39eb6.zip |
ebuild cleanup. New version.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-cluster/iddev/iddev-1.01.00.ebuild')
-rw-r--r-- | sys-cluster/iddev/iddev-1.01.00.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sys-cluster/iddev/iddev-1.01.00.ebuild b/sys-cluster/iddev/iddev-1.01.00.ebuild new file mode 100644 index 000000000000..a0cfce7e2e63 --- /dev/null +++ b/sys-cluster/iddev/iddev-1.01.00.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/iddev/iddev-1.01.00.ebuild,v 1.1 2005/10/08 15:31:53 xmerlin Exp $ + +MY_P="cluster-${PV}" + +DESCRIPTION="iddev" +HOMEPAGE="http://sources.redhat.com/cluster/" +SRC_URI="ftp://sources.redhat.com/pub/cluster/releases/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +S="${WORKDIR}/${MY_P}/${PN}" + +src_compile() { + ./configure || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die +} |