1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-28 07:23:36 +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
+2
View File
@@ -0,0 +1,2 @@
DIST irmix-0.1.4.tar.gz 59219 RMD160 49ccb2200aee59378cfb512b465c22172282156d SHA1 adaad9a5202f00b15df120d1154db216a93eecd8 SHA256 50511c1f14d816ed0fe6e338134d6fe816c0200cb13e0147c8fff55d2cb5371c
EBUILD irmix-0.1.4.ebuild 626 RMD160 cd28d6653f82256c7c416e381a9f5c6b639ab346 SHA1 d0117b505cee9607599dd5e8d39a3681b78e1d20 SHA256 9c4fc83b0fa6545377b285fcd81640fdadeee509b215c6c671da8916d5c5f661
+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
}