# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A Gnome tray app for wireless OBEX file transfer using IRDA or Bluetooth" HOMEPAGE="http://gro.clinux.org/projects/ircp-tray/" # download directory varies release by release SRC_URI="http://gro.clinux.org/frs/download.php/1089/ircp-tray-0.4.1.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.4.0 >=gnome-base/libgnome-1.96.0 >=gnome-base/libgnomeui-1.96.0 >=dev-libs/openobex-1.0" DEPEND="${RDEPEND} sys-devel/gettext >=app-text/scrollkeeper-0.1.4 dev-util/pkgconfig" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" } src_install( ) { einstall || die }