You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-irc/loqui/loqui-0.4.4.ebuild

32 lines
876 B

# Copyright 1999-2011 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.8 2011/03/29 12:49:51 angelos Exp $
EAPI=1
DESCRIPTION="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="amd64 ppc sparc x86"
IUSE="nls"
RDEPEND=">=dev-libs/glib-2.2.1:2
>=x11-libs/gtk+-2.4:2
>=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 desktopdir=/usr/share/applications DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
}