diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 19:18:35 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 19:18:35 +0000 |
commit | 6ac305a4a3efb9be218c55f45fb585aec0ffd061 (patch) | |
tree | 3ca505bd954944333b6d6cada5fb936e500cbf12 /app-misc/sonypid | |
parent | Added SLOT, KEYWORDS, LICENSE, and RDEPEND. (diff) | |
download | gentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.tar.gz gentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.tar.bz2 gentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.zip |
repoman'd
Diffstat (limited to 'app-misc/sonypid')
-rw-r--r-- | app-misc/sonypid/sonypid-20010123.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app-misc/sonypid/sonypid-20010123.ebuild b/app-misc/sonypid/sonypid-20010123.ebuild index 7ee0c17ed618..1026ef635098 100644 --- a/app-misc/sonypid/sonypid-20010123.ebuild +++ b/app-misc/sonypid/sonypid-20010123.ebuild @@ -1,16 +1,18 @@ # 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-20010123.ebuild,v 1.2 2002/07/11 06:30:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/sonypid/sonypid-20010123.ebuild,v 1.3 2002/07/25 19:18:34 seemant 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/" -LICENSE="GPL" -DEPEND="" -RDEPEND=${DEPEND} SRC_URI="http://download.alcove-labs.org/software/sonypi/sonypid.tar.bz2" -S=${WORKDIR}/sonypid + SLOT="0" +LICENSE="GPL" +KEYWORDS="x86 -ppc -sparc -sparc64" + +DEPEND="" src_compile() { emake CFLAGS="${CFLAGS} -Wall -Wstrict-prototypes -I/usr/src/linux/include" || die |