# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-0.9.ebuild,v 1.8 2005/11/19 18:33:53 liquidx Exp $ DESCRIPTION="Gnome Pilot Conduits" SRC_URI="mirror://gnome/sources/gnome-pilot-conduits/${PV:0:3}/${P}.tar.bz2" HOMEPAGE="http://live.gnome.org/GnomePilot" RDEPEND=" malsync.c } src_compile() { local myconf myconf="--enable-pilotlinktest" use nls || myconf="${myconf} --disable-nls" econf ${myconf} || die emake || die } src_install () { einstall || die dodoc AUTHORS COPYING* ChangeLog README NEWS }