summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Huneycutt <chadh@gentoo.org>2002-07-01 19:48:44 +0000
committerChad Huneycutt <chadh@gentoo.org>2002-07-01 19:48:44 +0000
commit16c724a2bb212aba54fde5e8afe164ccd8c9ed28 (patch)
treef28fc552a58b4d38e1276cf70107e97cb84d0144 /app-misc/sonypid
parentcleanup: remove deprecated lyx-base and lyx-utils packages (just plain 'lyx' ... (diff)
downloadgentoo-2-16c724a2bb212aba54fde5e8afe164ccd8c9ed28.tar.gz
gentoo-2-16c724a2bb212aba54fde5e8afe164ccd8c9ed28.tar.bz2
gentoo-2-16c724a2bb212aba54fde5e8afe164ccd8c9ed28.zip
new ebuild for sony vaio laptops -- lets you use jog dial as mouse wheel.
Diffstat (limited to 'app-misc/sonypid')
-rw-r--r--app-misc/sonypid/sonypid-20010123.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-misc/sonypid/sonypid-20010123.ebuild b/app-misc/sonypid/sonypid-20010123.ebuild
new file mode 100644
index 000000000000..67d7d9983c0e
--- /dev/null
+++ b/app-misc/sonypid/sonypid-20010123.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# Maintainer: Hanno Boeck <hanno@gmx.de>
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sonypid/sonypid-20010123.ebuild,v 1.1 2002/07/01 19:48:44 chadh Exp $
+
+
+DESCRIPTION="sonypid - a tool to use the Sony Vaios jog-dial as a mouse-wheel"
+HOMEPAGE="http://www.alcove-labs.org/en/software/sonypi/"
+LICENSE="GPL"
+DEPEND=""
+RDEPEND=${DEPEND}
+SRC_URI="http://download.alcove-labs.org/software/sonypi/sonypid.tar.bz2"
+S=${WORKDIR}/sonypid
+SLOT="0"
+
+src_compile() {
+ emake CFLAGS="${CFLAGS} -Wall -Wstrict-prototypes -I/usr/src/linux/include" || die
+}
+
+src_install () {
+ dobin sonypid
+}