# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2" # $Header: $ DESCRIPTION="Obtuner is a replacement for the ObConf" SRC_URI="http://happchue.org/obtuner/${P}.tar.bz2" HOMEPAGE="http://happchue.org/obtuner/" LICENSE="GPL-2" KEYWORDS="x86 amd64" IUSE="" SLOT="0" DEPEND=">=x11-libs/gtk+-2 x11-libs/startup-notification >=x11-wm/openbox-3.2" src_compile() { local myconf econf ${myconf} || die emake || die } src_install() { make DESTDIR=${D} install || die }