# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Modular music sequencer/tracker inspired by Jeskola Buzz" HOMEPAGE="http://code.google.com/p/aldrin-sequencer/" SRC_URI="http://aldrin-sequencer.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="media-libs/armstrong" DEPEND="${DEPEND} >=dev-util/scons-0.97" S="${WORKDIR}/${PN}" src_compile() { scons PREFIX=/usr || die "failed compile" } src_install() { scons install PREFIX=/usr DESTDIR="${D}" || die "failed install" }