diff options
author | 2004-07-13 17:01:54 +0000 | |
---|---|---|
committer | 2004-07-13 17:01:54 +0000 | |
commit | fae9e7b4a9aa541a1ec37a3e58dfc7c6d85b54be (patch) | |
tree | 6dee8701276439a69e7875b0cd64bdad6decb60d /net-im/openc6/openc6-0.9.6_beta.ebuild | |
parent | Closing #55504. (diff) | |
download | historical-fae9e7b4a9aa541a1ec37a3e58dfc7c6d85b54be.tar.gz historical-fae9e7b4a9aa541a1ec37a3e58dfc7c6d85b54be.tar.bz2 historical-fae9e7b4a9aa541a1ec37a3e58dfc7c6d85b54be.zip |
Version bump
Diffstat (limited to 'net-im/openc6/openc6-0.9.6_beta.ebuild')
-rw-r--r-- | net-im/openc6/openc6-0.9.6_beta.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net-im/openc6/openc6-0.9.6_beta.ebuild b/net-im/openc6/openc6-0.9.6_beta.ebuild new file mode 100644 index 000000000000..b2d9ea88fd2b --- /dev/null +++ b/net-im/openc6/openc6-0.9.6_beta.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/openc6/openc6-0.9.6_beta.ebuild,v 1.1 2004/07/13 17:01:54 rizzo Exp $ + +inherit kde eutils +need-qt 3.1 + +DESCRIPTION="An open source C6 client" +HOMEPAGE="http://openc6.sourceforge.net/" +SRC_URI="mirror://sourceforge/openc6/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="kde" + +src_unpack() { + unpack ${A} + cd ${S}/c6 + epatch ${FILESDIR}/${P}-fixes.patch +} +src_compile() { + econf `use_with kde` || die "./configure failed" + emake || die +} + +src_install() { + einstall || die +} |