diff options
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 |