# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ S=${WORKDIR}/${P} DESCRIPTION="Hayes is a playlist for Noatun 2 / KDE 3" SRC_URI="http://www.freekde.org/neil/hayes/hayes-1.3.tar.bz2" HOMEPAGE="http://www.freekde.org/neil/hayes/" IUSE="" DEPEND=">=kde-base/kde-3.1.0" RDEPEND="" SLOT="0" LICENSE="as-is" src_unpack() { unpack ${A} } src_compile() { cd ${S} ./configure emake || die } src_install() { einstall || die dodoc VERSION hayes/TODO }