summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2006-02-09 22:14:50 +0000
committerAlastair Tse <liquidx@gentoo.org>2006-02-09 22:14:50 +0000
commitc3848cc3c7c3ee1a83b712c70e7f184c4db2c35d (patch)
tree5d1ca909c44bcd16df628f655e3ac62d758b1778 /app-laptop/spicctrl/spicctrl-1.9.ebuild
parentVersion bump. (diff)
downloadgentoo-2-c3848cc3c7c3ee1a83b712c70e7f184c4db2c35d.tar.gz
gentoo-2-c3848cc3c7c3ee1a83b712c70e7f184c4db2c35d.tar.bz2
gentoo-2-c3848cc3c7c3ee1a83b712c70e7f184c4db2c35d.zip
version bump. updated URL thanks to theboywho (#120823)
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-laptop/spicctrl/spicctrl-1.9.ebuild')
-rw-r--r--app-laptop/spicctrl/spicctrl-1.9.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-laptop/spicctrl/spicctrl-1.9.ebuild b/app-laptop/spicctrl/spicctrl-1.9.ebuild
new file mode 100644
index 000000000000..c3e267b6e2d8
--- /dev/null
+++ b/app-laptop/spicctrl/spicctrl-1.9.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/spicctrl/spicctrl-1.9.ebuild,v 1.1 2006/02/09 22:14:50 liquidx Exp $
+
+DESCRIPTION="tool for the sonypi-Device (found in Sony Vaio Notebooks)"
+HOMEPAGE="http://www.popies.net/sonypi/"
+SRC_URI="http://www.popies.net/sonypi/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 -ppc"
+IUSE=""
+
+DEPEND="virtual/libc"
+
+src_compile() {
+ emake CFLAGS="${CFLAGS}" || die "emake failed"
+}
+
+src_install() {
+ dobin spicctrl || die "dobin failed"
+}