Please add a public SSH key to your
profile to be able to clone the repository via the SSH protocol.
Pre-render was disabled for this project as it contains too many files. Please click on the files to view them.
-
hardware / amp.brd
-
hardware / amp.sch
-
hardware / amp_lm4780.brd
-
hardware / amp_lm4780.sch
-
hardware / mixer.brd
-
hardware / mixer.sch
-
hardware / power.brd
-
hardware / power.sch
-
hardware / power_amp.brd
-
hardware / power_amp.sch
-
hardware / power_pre.brd
-
hardware / power_pre.sch
ampy_mixer-9999.ebuild
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ansible-9999.ebuild,v 1.23 2014/12/02 08:23:05 pinkbyte Exp $
EAPI=5
inherit eutils libtool git-r3
DESCRIPTION="mixer software for the ampy receiver"
HOMEPAGE="http://github.com/rodan/ampy/"
SRC_URI=""
EGIT_REPO_URI="git://github.com/rodan/ampy.git"
EGIT_BRANCH="master"
S="${WORKDIR}/${P}/linux"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE=""
DEPEND="sys-libs/ncurses"
RDEPEND=""
src_prepare() {
elibtoolize
}
src_install() {
dodir "usr/bin"
exeinto "usr/bin"
doexe src/ampy_mixer
}