diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-01-10 13:36:20 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-01-10 13:36:20 +0000 |
commit | b8eb4b7fe1396aefe8b40ca733a880c779448032 (patch) | |
tree | f6b760bf8804e9fdae989516609d7973e75a4ac8 /media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild | |
parent | Added hack to make aspell buildable with old libtool. We need to remove it la... (diff) | |
download | gentoo-2-b8eb4b7fe1396aefe8b40ca733a880c779448032.tar.gz gentoo-2-b8eb4b7fe1396aefe8b40ca733a880c779448032.tar.bz2 gentoo-2-b8eb4b7fe1396aefe8b40ca733a880c779448032.zip |
version bump
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild')
-rw-r--r-- | media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild b/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild new file mode 100644 index 000000000000..6f5ced9cb57d --- /dev/null +++ b/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild,v 1.1 2009/01/10 13:36:20 aballier Exp $ + +IUSE="" + +DESCRIPTION="DSSI Soft Synth Interface" +HOMEPAGE="http://dssi.sourceforge.net/" +SRC_URI="mirror://sourceforge/dssi/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=">=media-libs/dssi-0.9.0 + >=x11-libs/gtk+-2 + >=media-libs/liblo-0.12 + >=media-sound/fluidsynth-1.0.3" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc ChangeLog README TODO +} |