# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Gscore is a non-page-oriented notation program." HOMEPAGE="http://www.gscore.org/index.html" SRC_URI="http://www.gscore.org/targz/${P}.tar.gz" IUSE="" SLOT="0" KEYWORDS="~x86" LICENSE="GPL-2" RDEPEND=">=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6 >=gnome-base/libglade-2.4 media-libs/abcp" DEPEND="${RDEPEND} dev-util/scons dev-util/pkgconfig" src_install() { make DESTDIR=${D} install }