diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-10-29 01:36:11 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-10-29 01:36:11 +0000 |
commit | e4e3dad1586402f5256a58d2ee3e002f7047feeb (patch) | |
tree | e07178f838d1a816898535bea8592e2e35c3f9dd /net-irc/loqui/loqui-0.4.4.ebuild | |
parent | Stable on x86; bug #110467 (diff) | |
download | gentoo-2-e4e3dad1586402f5256a58d2ee3e002f7047feeb.tar.gz gentoo-2-e4e3dad1586402f5256a58d2ee3e002f7047feeb.tar.bz2 gentoo-2-e4e3dad1586402f5256a58d2ee3e002f7047feeb.zip |
Version bump, bug #109668
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'net-irc/loqui/loqui-0.4.4.ebuild')
-rw-r--r-- | net-irc/loqui/loqui-0.4.4.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net-irc/loqui/loqui-0.4.4.ebuild b/net-irc/loqui/loqui-0.4.4.ebuild new file mode 100644 index 000000000000..0ad646d9d029 --- /dev/null +++ b/net-irc/loqui/loqui-0.4.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/loqui-0.4.4.ebuild,v 1.1 2005/10/29 01:36:10 swegener Exp $ + +DESCRIPTION="Loqui is a graphical IRC client for GNOME2 on UNIX like operating system." +SRC_URI="http://loqui.good-day.net/src/${P}.tar.gz" +HOMEPAGE="http://loqui.good-day.net/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc" +IUSE="nls" + +RDEPEND=">=dev-libs/glib-2.2.1 + >=x11-libs/gtk+-2.4 + >=net-libs/gnet-2.0.3" +DEPEND="${RDEPEND} + dev-util/pkgconfig + nls? ( sys-devel/gettext )" + +src_compile() { + econf $(use_enable nls) || die "econf failed" + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" +} |