summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2003-12-06 17:01:42 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2003-12-06 17:01:42 +0000
commita5218145f3fc0a05d83d053856ca782a31d4a5b1 (patch)
treed5e2165db32b3776b7f9eb6cbb04964f67f1e8db /x11-plugins/wmweather+/wmweather+-2.5.ebuild
parentVersion bump (diff)
downloadhistorical-a5218145f3fc0a05d83d053856ca782a31d4a5b1.tar.gz
historical-a5218145f3fc0a05d83d053856ca782a31d4a5b1.tar.bz2
historical-a5218145f3fc0a05d83d053856ca782a31d4a5b1.zip
Version bump
Diffstat (limited to 'x11-plugins/wmweather+/wmweather+-2.5.ebuild')
-rw-r--r--x11-plugins/wmweather+/wmweather+-2.5.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-plugins/wmweather+/wmweather+-2.5.ebuild b/x11-plugins/wmweather+/wmweather+-2.5.ebuild
new file mode 100644
index 000000000000..b61b2193e332
--- /dev/null
+++ b/x11-plugins/wmweather+/wmweather+-2.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/wmweather+-2.5.ebuild,v 1.1 2003/12/06 17:01:33 pyrania Exp $
+
+IUSE=""
+
+S=${WORKDIR}/${P}
+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"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64"
+
+DEPEND="x11-wm/windowmaker
+ dev-libs/libpcre
+ net-libs/libwww"
+
+src_install() {
+ dobin wmweather+
+ dodoc COPYING ChangeLog HINTS README example.conf
+ doman wmweather+.1
+}