app-eselect/eselect-blas: sparc stable wrt bug #698756
[gentoo.git] / app-eselect / eselect-sndpeek / eselect-sndpeek-1.0.1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Manages the /usr/bin/sndpeek symlink"
7 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
8 SRC_URI="mirror://gentoo/sndpeek.eselect-${PVR}.bz2"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86"
13 IUSE=""
14
15 RDEPEND=">=app-admin/eselect-1.2.3"
16
17 S="${WORKDIR}"
18
19 src_install() {
20         insinto /usr/share/eselect/modules
21         newins "${WORKDIR}/sndpeek.eselect-${PVR}" sndpeek.eselect
22 }