# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="Gnome2 Phone Manager for Mobile Phones" HOMEPAGE="http://usefulinc.com/software/phonemgr/" MY_P=${P/gnome-/} SRC_URI="http://usefulinc.com/software/phonemgr/releases/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P} LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="bluetooth" DEPEND=">=gnome-base/libgnomeui-2 >=gnome-base/libbonobo-2 >=gnome-base/gconf-2 >=dev-cpp/libgnomeuimm-2 >=dev-cpp/gconfmm-2 >=dev-cpp/gtkmm-2 >=net-misc/gsmlib-1.10 >=dev-libs/glib-2 bluetooth? ( >=net-wireless/gnome-bluetooth-0.4 >=net-wireless/libbtctl-0.3 )" MAKEOPTS="${MAKEOPTS} -j1" USE_DESTDIR=1 EXTRA_ECONF="--disable-orbittest" DOCS="AUTHORS COPYING INSTALL NEWS README TODO" src_unpack() { unpack ${A} cd ${S}; epatch ${FILESDIR}/${PN}-0.2.1-gcc3.patch }