diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-10-08 14:30:47 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-10-08 14:30:47 +0000 |
commit | eec41b33e6d314d33456bddf798e6987cdbbd0de (patch) | |
tree | 6431bb10b70eba0fba00761df73ab163fe4dc607 /x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild | |
parent | Added optimization cap to gtk+2.0.6.ebuild (diff) | |
download | gentoo-2-eec41b33e6d314d33456bddf798e6987cdbbd0de.tar.gz gentoo-2-eec41b33e6d314d33456bddf798e6987cdbbd0de.tar.bz2 gentoo-2-eec41b33e6d314d33456bddf798e6987cdbbd0de.zip |
New ebuild. See bug #5037
Diffstat (limited to 'x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild')
-rw-r--r-- | x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild new file mode 100644 index 000000000000..127166914e48 --- /dev/null +++ b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04.ebuild,v 1.1 2002/10/08 14:30:47 raker Exp $ + +IUSE="" + +S="${WORKDIR}/${P}" + +DESCRIPTION="dockapp showing weather at geosynchronous orbit." +HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" +SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="virtual/glibc + sys-devel/perl + virtual/x11 + x11-wm/WindowMaker" +RDEPEND="${DEPEND}" + +src_compile() { + + emake -C wmSpaceWeather clean || die "make clean failed" + + COPTS=${CFLAGS} emake -C wmSpaceWeather \ + || die "parallel make failed" + +} + +src_install() { + + dobin wmSpaceWeather/wmSpaceWeather wmSpaceWeather/GetKp + doman wmSpaceWeather/wmSpaceWeather.1 + dodoc BUGS CHANGES HINTS README + +} |