You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/tudor-volumed/tudor-volumed-0_pre20110427...

34 lines
777 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/tudor-volumed/tudor-volumed-0_pre20110427.ebuild,v 1.3 2012/08/27 14:30:08 johu Exp $
EAPI=4
inherit eutils vcs-snapshot
DESCRIPTION="Lightweight, desktop environment agnostic volume management daemon"
HOMEPAGE="https://github.com/darvid/tudor-volumed"
SRC_URI="https://github.com/darvid/${PN}/tarball/7fc04cb2fb71e6f8815ddd87fd7ef5d02022edeb -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="media-libs/alsa-lib
x11-libs/libX11"
DEPEND="${RDEPEND}
x11-proto/xproto"
pkg_setup() {
tc-export CXX
}
src_prepare() {
epatch "${FILESDIR}"/${P}-build.patch
}
src_install() {
dobin ${PN}
}