# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.4.1.ebuild,v 1.9 2004/04/27 22:10:13 agriffis Exp $ inherit gnome2 eutils DESCRIPTION="Gnome2 Phone Manager application." HOMEPAGE="http://usefulinc.com/software/phonemgr/" SRC_URI="http://downloads.usefulinc.com/gnome-phone-manager/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=gnome-base/libgnomeui-2 >=x11-libs/gtk+-2 >=gnome-base/libgnome-2 >=gnome-base/gconf-2 >=dev-libs/glib-2 =dev-libs/libsigc++-1.2.5 >=gnome-base/ORBit2-2 >=net-misc/gsmlib-1.11_pre030826 >=net-wireless/bluez-libs-2 >=net-wireless/libbtctl-0.4.1 >=net-wireless/gnome-bluetooth-0.5.1" DEPEND="${RDEPEND} dev-util/intltool dev-util/pkgconfig" DOCS="README NEWS AUTHORS COPYING ChangeLog" MAKEOPTS="${MAKEOPTS} -j1" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${PN}-0.3-gcc3.patch }