# Copyright 1999-2003 Gentoo Technologies, Inc. # 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.4 2004/02/22 19:48:46 agriffis Exp $ DESCRIPTION="Gnome Pilot Conduits" SRC_URI="mirror://gnome/sources/gnome-pilot-conduits/${PV:0:3}/${P}.tar.bz2" HOMEPAGE="http://www.eskil.org/gnome-pilot/" 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 }