diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-07-20 17:05:28 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-07-20 17:05:28 +0000 |
commit | 07f27a793e84668b2035595255192471d559368c (patch) | |
tree | 8899c5ec413fdefd3b62f2a782b2dca0591d0cbc /x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild | |
parent | cleanup (Manifest recommit) (diff) | |
download | gentoo-2-07f27a793e84668b2035595255192471d559368c.tar.gz gentoo-2-07f27a793e84668b2035595255192471d559368c.tar.bz2 gentoo-2-07f27a793e84668b2035595255192471d559368c.zip |
fixing 56830
Diffstat (limited to 'x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild')
-rw-r--r-- | x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild b/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild index 971884dde3ab..be7fc41b237a 100644 --- a/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild +++ b/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild,v 1.15 2004/06/24 23:00:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild,v 1.16 2004/07/20 17:05:28 mholzer Exp $ IUSE="" DEBPATCH=${PN}_${PV}-1.diff.gz @@ -25,6 +25,10 @@ src_unpack() { zcat ${DISTDIR}/${DEBPATCH} | patch -d ${P} -p1 } +src_compile() { + emake || die +} + src_install () { exeinto /usr/share/gkrellm doexe GrabWeather |