summaryrefslogtreecommitdiff
blob: ea9896f41204d0a72015b468068a87d4adf51489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="5"

PYTHON_COMPAT=( python2_7 )
inherit distutils-r1

MY_PV=99cea2fe72620076e7f10d1f2735cf83cf5055c5
DESCRIPTION=" alsamixer-like curses interface for pulseaudio"
HOMEPAGE="https://github.com/Valodim/pamixer"
SRC_URI="https://github.com/Valodim/pamixer/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"

LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-python/libpulseaudio"

S="${WORKDIR}"/${PN}-${MY_PV}

src_prepare() {
	epatch "${FILESDIR}"/${P}-install-pamixer-pulse-module.patch
}