diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-28 08:38:04 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-28 08:38:04 +0000 |
commit | 033f198c4b05083d775394d77be60a2170577c7b (patch) | |
tree | 7da86460511fa71ab44bc6e42083cb4b24da1447 /x11-misc | |
parent | SRC_URI fix (diff) | |
download | gentoo-2-033f198c4b05083d775394d77be60a2170577c7b.tar.gz gentoo-2-033f198c4b05083d775394d77be60a2170577c7b.tar.bz2 gentoo-2-033f198c4b05083d775394d77be60a2170577c7b.zip |
refixed?
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/gkrellweather/gkrellweather-0.2.7-r2.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/x11-misc/gkrellweather/gkrellweather-0.2.7-r2.ebuild b/x11-misc/gkrellweather/gkrellweather-0.2.7-r2.ebuild index 9974ed7a52a1..57f8e72570f7 100644 --- a/x11-misc/gkrellweather/gkrellweather-0.2.7-r2.ebuild +++ b/x11-misc/gkrellweather/gkrellweather-0.2.7-r2.ebuild @@ -10,9 +10,6 @@ info" SRC_URI="http://www.cse.unsw.edu.au/~flam/repository/c/gkrellm/${P}.tar.gz http://ftp.debian.org/debian/pool/main/g/${PN}/${DEBPATCH}" HOMEPAGE="http://www.cse.unsw.edu.au/~flam/programs/gkrellweather.html" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc sparc64" DEPEND=">=app-admin/gkrellm-1.2.9 >=net-misc/wget-1.5.3" @@ -27,15 +24,16 @@ src_unpack() { src_compile() { - emake || die + emake || die } src_install () { - into /usr/share/gkrellm - dobin GrabWeather - insinto /usr/lib/gkrellm/plugins - doins gkrellweather.so - dodoc README ChangeLog COPYING + exeinto /usr/share/gkrellm + doexe GrabWeather + + insinto /usr/lib/gkrellm/plugins + doins gkrellweather.so + dodoc README ChangeLog COPYING } |