# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Header $ IUSE="nls" DESCRIPTION="front-end for gnokii (Nokia and others mobiles)" HOMEPAGE="http://freshmeat.net/projects/genericwhois/" SRC_URI="ftp://ftp.gnokii.org/pub/gnocky/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="virtual/glibc >=x11-libs/gtk+-2.0 >=dev-libs/glib-2.0 >=gnome-base/libglade-2.0" RDEPEND=">=net-dialup/gnokii-0.5.10 ${DEPEND}" src_compile() { econf --prefix=/usr \ `use_enable nls` || die "configure failed" emake || die "make failed" } src_install() { einstall || die "make install failed" dodoc ABOUT-NLS AUTHORS BUGS NEWS README TODO insinto /usr/share/applications doins ${FILESDIR}/${PN}.desktop }