9a6f8043a50e6bc55dfe0029520a348f07accb10
[gentoo.git] / app-eselect / eselect-timidity / eselect-timidity-20110513.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Manages configuration of TiMidity++ patchsets"
7 HOMEPAGE="https://www.gentoo.org/"
8 SRC_URI="mirror://gentoo/timidity.eselect-${PVR}.bz2"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~alpha amd64 arm ~arm64 hppa ppc ppc64 sparc x86"
13
14 RDEPEND=">=app-admin/eselect-1.2.3"
15 S="${WORKDIR}"
16
17 src_install() {
18         insinto /usr/share/eselect/modules
19         newins "${WORKDIR}/timidity.eselect-${PVR}" timidity.eselect
20 }