# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="A Gnome tray app for wireless OBEX file transfer using IRDA" HOMEPAGE="https://launchpad.net/ircp-tray" SRC_URI="http://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.6.0 >=gnome-base/libgnome-1.96.0 >=gnome-base/libgnomeui-1.96.0 >=dev-libs/openobex-1.0 x11-libs/libnotify" DEPEND="${RDEPEND} sys-devel/gettext >=app-text/scrollkeeper-0.1.4 dev-util/pkgconfig" src_compile() { echo $SRC_URI econf --with-posix-regex || die "econf failed" emake || die "emake failed" } src_install( ) { emake DESTDIR="${D}" install || die dodoc README }