diff options
author | 2004-06-15 18:29:42 +0000 | |
---|---|---|
committer | 2004-06-15 18:29:42 +0000 | |
commit | e08f60ec99f55e3c0dff27c381454d59a4673c7c (patch) | |
tree | 41b40b58577321bec696820b131af1f5de6979cc /media-plugins/mcp-plugins/mcp-plugins-0.3.0.ebuild | |
parent | removing attr (diff) | |
download | gentoo-2-e08f60ec99f55e3c0dff27c381454d59a4673c7c.tar.gz gentoo-2-e08f60ec99f55e3c0dff27c381454d59a4673c7c.tar.bz2 gentoo-2-e08f60ec99f55e3c0dff27c381454d59a4673c7c.zip |
Version bump to 0.3.0; changed URL for download and homepage to new location.
Diffstat (limited to 'media-plugins/mcp-plugins/mcp-plugins-0.3.0.ebuild')
-rw-r--r-- | media-plugins/mcp-plugins/mcp-plugins-0.3.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/media-plugins/mcp-plugins/mcp-plugins-0.3.0.ebuild b/media-plugins/mcp-plugins/mcp-plugins-0.3.0.ebuild new file mode 100644 index 000000000000..f03fba807899 --- /dev/null +++ b/media-plugins/mcp-plugins/mcp-plugins-0.3.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mcp-plugins/mcp-plugins-0.3.0.ebuild,v 1.1 2004/06/15 18:29:42 fvdpol Exp $ + +IUSE="" +# +MY_P=${P/mcp/MCP} + +DESCRIPTION="MCP ladspa plugins package. Includes moogvcf, phaser & chorus" +HOMEPAGE="http://users.skynet.be/solaris/linuxaudio/" +SRC_URI="http://users.skynet.be/solaris/linuxaudio/downloads/${MY_P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" + +DEPEND="media-libs/ladspa-sdk" + +S=${WORKDIR}/${MY_P} + +src_compile() { + emake || die +} + +src_install() { + dodoc AUTHORS COPYING README + insinto /usr/lib/ladspa + insopts -m0755 + doins *.so +} |