summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2002-10-15 10:05:52 +0000
committerHanno Boeck <hanno@gentoo.org>2002-10-15 10:05:52 +0000
commit8ed9ec34a9a3cf75d81465b9227fe6af9d2e7f53 (patch)
treeac804ecd1e3591c7d0b27abaf3c9b62dbad6d096 /app-misc/sonypid
parentdigest for old versino (diff)
downloadhistorical-8ed9ec34a9a3cf75d81465b9227fe6af9d2e7f53.tar.gz
historical-8ed9ec34a9a3cf75d81465b9227fe6af9d2e7f53.tar.bz2
historical-8ed9ec34a9a3cf75d81465b9227fe6af9d2e7f53.zip
changed filename to make mask of 20010123 possible
Diffstat (limited to 'app-misc/sonypid')
-rw-r--r--app-misc/sonypid/sonypid-1.0.20010123.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-misc/sonypid/sonypid-1.0.20010123.ebuild b/app-misc/sonypid/sonypid-1.0.20010123.ebuild
new file mode 100644
index 000000000000..a8adf315c713
--- /dev/null
+++ b/app-misc/sonypid/sonypid-1.0.20010123.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sonypid/sonypid-1.0.20010123.ebuild,v 1.1 2002/10/15 10:05:52 hanno Exp $
+
+
+S=${WORKDIR}/${PN}
+DESCRIPTION="sonypid - a tool to use the Sony Vaios jog-dial as a mouse-wheel"
+HOMEPAGE="http://www.alcove-labs.org/en/software/sonypi/"
+SRC_URI="http://download.alcove-labs.org/software/sonypi/sonypid.tar.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 -ppc -sparc -sparc64"
+
+DEPEND=""
+
+src_compile() {
+ emake CFLAGS="${CFLAGS} -Wall -Wstrict-prototypes -I/usr/src/linux/include" || die
+}
+
+src_install () {
+ dobin sonypid
+}