diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-11-02 21:10:07 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-11-02 21:10:07 +0000 |
commit | 1f9055fb382a5ca63542188d9c242341173b8a0c (patch) | |
tree | 943046508ab46c15b9f1b0a1d5f651e3b9785f85 /x11-plugins | |
parent | Fixed compile for ppc (diff) | |
download | historical-1f9055fb382a5ca63542188d9c242341173b8a0c.tar.gz historical-1f9055fb382a5ca63542188d9c242341173b8a0c.tar.bz2 historical-1f9055fb382a5ca63542188d9c242341173b8a0c.zip |
New ebuild. See bug #7768
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmweather+/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/wmweather+/files/digest-wmweather+-2.1 | 1 | ||||
-rw-r--r-- | x11-plugins/wmweather+/wmweather+-2.1.ebuild | 39 |
3 files changed, 49 insertions, 0 deletions
diff --git a/x11-plugins/wmweather+/ChangeLog b/x11-plugins/wmweather+/ChangeLog new file mode 100644 index 000000000000..8877a816dab2 --- /dev/null +++ b/x11-plugins/wmweather+/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-plugins/wmweather+ +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/ChangeLog,v 1.1 2002/11/02 21:10:07 raker Exp $ + +*wmweather+-2.1 (02 Nov 2002) + + 02 Nov 2002; Nick Hadaway <raker@gentoo.org> wmweather+-2.1.ebuild, + files/digest-wmweather+-2.1 : + New ebuild. See bug #7768 diff --git a/x11-plugins/wmweather+/files/digest-wmweather+-2.1 b/x11-plugins/wmweather+/files/digest-wmweather+-2.1 new file mode 100644 index 000000000000..131bc1ae5839 --- /dev/null +++ b/x11-plugins/wmweather+/files/digest-wmweather+-2.1 @@ -0,0 +1 @@ +MD5 ca91801d79c5c1fd2aceb6ea7cfb590f wmweather+-2.1.tar.gz 214298 diff --git a/x11-plugins/wmweather+/wmweather+-2.1.ebuild b/x11-plugins/wmweather+/wmweather+-2.1.ebuild new file mode 100644 index 000000000000..59c0cb0a18b8 --- /dev/null +++ b/x11-plugins/wmweather+/wmweather+-2.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/wmweather+-2.1.ebuild,v 1.1 2002/11/02 21:10:07 raker Exp $ + +DESCRIPTION="A dockapp for displaying data collected from METAR, AVN, ETA, and MRF forecasts" +HOMEPAGE="http://www.sourceforge.net/projects/wmweatherplus/" +SRC_URI="mirror://sourceforge/wmweatherplus/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +IUSE="" + +DEPEND="virtual/glibc + virtual/x11 + x11-wm/WindowMaker + media-libs/xpm + net-libs/libwww" + +S="${WORKDIR}/${P}" + +src_compile() { + + econf || die "configure failed" + + emake || die "parallel make failed" + +} + +src_install() { + + dobin wmweather+ + + dodoc COPYING ChangeLog HINTS README example.conf + + doman wmweather+.1 + +} |