1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-01-04 12:54:14 +01:00
Files
gryf-overlay/media-sound/irmix/irmix-0.1.4.ebuild
2010-02-09 21:25:29 +01:00

24 lines
626 B
Bash

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 2008/03/15 gryf $
DESCRIPTION="Lirc controled mixer with OSD display"
HOMEPAGE="http://www.blackfiveservices.co.uk/irmix.shtml"
SRC_URI="http://www.blackfiveservices.co.uk/linux_resources/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
DEPEND="( app-misc/lirc )"
src_compile() {
# xft support is broken
econf --disable-xft || die "configure failed"
emake || die "make failed"
}
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog TODO NEWS README
}