diff options
Diffstat (limited to 'app-misc/i810switch/i810switch-0.6.2.ebuild')
-rw-r--r-- | app-misc/i810switch/i810switch-0.6.2.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-misc/i810switch/i810switch-0.6.2.ebuild b/app-misc/i810switch/i810switch-0.6.2.ebuild new file mode 100644 index 000000000000..a48cab2c4ec8 --- /dev/null +++ b/app-misc/i810switch/i810switch-0.6.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/i810switch/i810switch-0.6.2.ebuild,v 1.1 2004/02/10 23:58:00 twp Exp $ + +DESCRIPTION="A utility for switching the LCD and external VGA displays on and off" +HOMEPAGE="http://vorlon.ces.cwru.edu/~ames/i810switch/" +SRC_URI="http://vorlon.ces.cwru.edu/~ames/i810switch/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-alpha -arm -hppa -mips -sparc ~x86" +IUSE="" +DEPEND="virtual/glibc" +RDEPEND="sys-apps/pciutils" + +src_compile() +{ + emake || die "compile failed" +} + +src_install() +{ + make DESTDIR=${D} install || die "install failed" + dodoc AUTHORS ChangeLog README TODO +} |