1
0
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:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions
+23
View File
@@ -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
}