You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/gigedit/gigedit-0.1.1.ebuild

36 lines
815 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/gigedit/gigedit-0.1.1.ebuild,v 1.3 2011/03/28 18:23:18 angelos Exp $
EAPI=3
inherit eutils
DESCRIPTION="An instrument editor for gig files"
HOMEPAGE="http://www.linuxsampler.org/"
SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=media-sound/linuxsampler-0.5
dev-cpp/gtkmm:2.4
>=media-libs/libgig-3.2.0
>=media-libs/libsndfile-1.0.2"
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}/${P}-gcc43.patch"
}
src_compile() {
emake -j1 || die "make failed"
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog NEWS README
}