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

EAPI=3

inherit autotools-utils

DESCRIPTION="NCurses based Pulseaudio control client"
HOMEPAGE="https://gitorious.org/pa-sink-ctl/pages/Home"
SRC_URI="https://bnfr.net/downloads/${PN}/${P}.tar.xz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="media-sound/pulseaudio
	sys-libs/ncurses"
RDEPEND="${DEPEND}"

DOCS=( "README" "AUTHORS" )