mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-28 23:44:10 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user