summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom William Payne <twp@gentoo.org>2005-07-10 10:42:13 +0000
committerTom William Payne <twp@gentoo.org>2005-07-10 10:42:13 +0000
commit4bd1c32651f7e2ecebf56d5a531abf22f256ee28 (patch)
tree6575b6670f0c721fc40237571127eb53ea4d3518 /app-misc/i810switch/i810switch-0.6.5.ebuild
parentAdded to ~ppc (diff)
downloadhistorical-4bd1c32651f7e2ecebf56d5a531abf22f256ee28.tar.gz
historical-4bd1c32651f7e2ecebf56d5a531abf22f256ee28.tar.bz2
historical-4bd1c32651f7e2ecebf56d5a531abf22f256ee28.zip
Version bump. Bug # 95699. Thanks Jeff Ames.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-misc/i810switch/i810switch-0.6.5.ebuild')
-rw-r--r--app-misc/i810switch/i810switch-0.6.5.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-misc/i810switch/i810switch-0.6.5.ebuild b/app-misc/i810switch/i810switch-0.6.5.ebuild
new file mode 100644
index 000000000000..6e1ca5c877d1
--- /dev/null
+++ b/app-misc/i810switch/i810switch-0.6.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/i810switch/i810switch-0.6.5.ebuild,v 1.1 2005/07/10 10:42:13 twp Exp $
+
+DESCRIPTION="A utility for switching the LCD and external VGA displays on and off"
+HOMEPAGE="http://www16.plala.or.jp/mano-a-mano/i810switch.html"
+SRC_URI="http://www16.plala.or.jp/mano-a-mano/i810switch/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* ~x86"
+IUSE=""
+
+DEPEND="virtual/libc"
+RDEPEND="sys-apps/pciutils"
+
+src_compile() {
+ emake || die "compile failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "install failed"
+ dodoc AUTHORS ChangeLog README TODO
+}