diff options
author | 2001-06-04 00:54:15 +0000 | |
---|---|---|
committer | 2001-06-04 00:54:15 +0000 | |
commit | c8b6e41d856df4fa17582be52801da50960ccc3a (patch) | |
tree | d6f974b44274434393b49b0e1848d0c321a578f1 | |
parent | - I was putting the man pages in the wrong place. Fixed. (diff) | |
download | historical-c8b6e41d856df4fa17582be52801da50960ccc3a.tar.gz historical-c8b6e41d856df4fa17582be52801da50960ccc3a.tar.bz2 historical-c8b6e41d856df4fa17582be52801da50960ccc3a.zip |
grrr, commit I say COMMIT
-rw-r--r-- | app-misc/gkrellweather/gkrellweather-0.2.7.ebuild | 32 | ||||
-rw-r--r-- | x11-misc/gkrellweather/gkrellweather-0.2.7.ebuild | 32 |
2 files changed, 64 insertions, 0 deletions
diff --git a/app-misc/gkrellweather/gkrellweather-0.2.7.ebuild b/app-misc/gkrellweather/gkrellweather-0.2.7.ebuild new file mode 100644 index 000000000000..d938a84a8d53 --- /dev/null +++ b/app-misc/gkrellweather/gkrellweather-0.2.7.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Ben Lutgens <blutgens@gentoo.org> +# $Header: /home/cvsroot/gentoo-x86/app-misc/gkrellm-volume-0.8.ebuild,v 1.0 +# 26 Apr 2001 21:30 CST blutgens Exp $ + +#P= +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Gkrellm Plugin that monitors a METAR station and displays weather +info" +SRC_URI="http://www.cse.unsw.edu.au/~flam/repository/c/gkrellm/${A}" +HOMEPAGE="http://www.cse.unsw.edu.au/~flam/programs/gkrellweather.html" + +DEPEND=">=app-admin/gkrellm-1.0.6 + >=net-misc/wget-1.5.3" + +src_compile() { + + try make + +} + +src_install () { + + insinto /usr/share/gkrellm/plugins + doins gkrellweather.so + insinto /usr/bin + doins GrabWeather + dodoc README ChangeLog COPYING +} + diff --git a/x11-misc/gkrellweather/gkrellweather-0.2.7.ebuild b/x11-misc/gkrellweather/gkrellweather-0.2.7.ebuild new file mode 100644 index 000000000000..d938a84a8d53 --- /dev/null +++ b/x11-misc/gkrellweather/gkrellweather-0.2.7.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Ben Lutgens <blutgens@gentoo.org> +# $Header: /home/cvsroot/gentoo-x86/app-misc/gkrellm-volume-0.8.ebuild,v 1.0 +# 26 Apr 2001 21:30 CST blutgens Exp $ + +#P= +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Gkrellm Plugin that monitors a METAR station and displays weather +info" +SRC_URI="http://www.cse.unsw.edu.au/~flam/repository/c/gkrellm/${A}" +HOMEPAGE="http://www.cse.unsw.edu.au/~flam/programs/gkrellweather.html" + +DEPEND=">=app-admin/gkrellm-1.0.6 + >=net-misc/wget-1.5.3" + +src_compile() { + + try make + +} + +src_install () { + + insinto /usr/share/gkrellm/plugins + doins gkrellweather.so + insinto /usr/bin + doins GrabWeather + dodoc README ChangeLog COPYING +} + |