# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: inherit eutils DESCRIPTION="Bluetooth PIN helper with D-BUS support" HOMEPAGE="http://bluez.sourceforge.net/" SRC_URI="http://gpe.handhelds.org/pub/projects/gpe/source/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=sys-apps/dbus-0.22-r2 >=x11-libs/gtk+-2.4.9-r1 >=gnome-base/libglade-2.4.0 >=gnome-base/gconf-2.6.2 >=net-wireless/bluez-libs-2.10" DEPEND=">=sys-apps/sed-4.0.9 ${RDEPEND}" src_unpack() { unpack ${A} cd ${S} # fix installation locations mv -f Makefile ${T}/Makefile sed -e "s:/usr/local:/usr:" \ -e "s:\$(PREFIX)/etc:/etc:" \ ${T}/Makefile > Makefile } src_compile() { # no configure emake || die } src_install() { make DESTDIR=${D} install || die }