diff options
author | Hanno Boeck <hanno@gentoo.org> | 2002-10-13 09:17:56 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2002-10-13 09:17:56 +0000 |
commit | 59dd55d18da73fc62341348a75c052e06ea719d9 (patch) | |
tree | 4014d032e0c4fe5e9ffaa4747dc70a4ab75f2ec8 /app-misc | |
parent | Changelog for 1.3 (diff) | |
download | historical-59dd55d18da73fc62341348a75c052e06ea719d9.tar.gz historical-59dd55d18da73fc62341348a75c052e06ea719d9.tar.bz2 historical-59dd55d18da73fc62341348a75c052e06ea719d9.zip |
version update as ~x86
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/spicctrl/spicctrl-1.3.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-misc/spicctrl/spicctrl-1.3.ebuild b/app-misc/spicctrl/spicctrl-1.3.ebuild new file mode 100644 index 000000000000..0b2e2876719f --- /dev/null +++ b/app-misc/spicctrl/spicctrl-1.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/spicctrl/spicctrl-1.3.ebuild,v 1.1 2002/10/13 09:17:56 hanno Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="spicctrl - Tool for the sonypi-Device (found in Sony Vaio Notebooks)" +HOMEPAGE="http://www.alcove-labs.org/en/software/sonypi/" +SRC_URI="http://download.alcove-labs.org/software/sonypi/${P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 -ppc -sparc -sparc64" +IUSE="" + +DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" + +src_compile() { + emake CFLAGS="${CFLAGS}" || die +} + +src_install () { + dobin spicctrl +} |