diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 02:36:45 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 02:36:45 +0000 |
commit | 37555f39e71776a082d014c6c479776d8f19b00a (patch) | |
tree | e727842a7914364b44d478308c6f6223bfa780ad /x11-misc/bbweather | |
parent | repoman fix (diff) | |
download | historical-37555f39e71776a082d014c6c479776d8f19b00a.tar.gz historical-37555f39e71776a082d014c6c479776d8f19b00a.tar.bz2 historical-37555f39e71776a082d014c6c479776d8f19b00a.zip |
repoman fix
Diffstat (limited to 'x11-misc/bbweather')
-rw-r--r-- | x11-misc/bbweather/bbweather-0.5.ebuild | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/x11-misc/bbweather/bbweather-0.5.ebuild b/x11-misc/bbweather/bbweather-0.5.ebuild index 301a30a5e73b..bb0fddd6d5f6 100644 --- a/x11-misc/bbweather/bbweather-0.5.ebuild +++ b/x11-misc/bbweather/bbweather-0.5.ebuild @@ -1,25 +1,20 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbweather/bbweather-0.5.ebuild,v 1.6 2003/03/11 21:11:49 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbweather/bbweather-0.5.ebuild,v 1.7 2003/03/27 02:34:19 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox weather monitor" -SRC_URI="http://www.netmeister.org/apps/${P}.tar.bz2" HOMEPAGE="http://www.netmeister.org/apps/bbweather/" +SRC_URI="http://www.netmeister.org/apps/${P}.tar.bz2" SLOT="0" -LICENSE="GPL" -KEYWORDS="*" +LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc alpha mips hppa arm" DEPEND="virtual/blackbox >=net-misc/wget-1.7 >=dev-lang/perl-5.6.1" -src_compile() { - econf || die - emake || die -} - src_install () { make DESTDIR=${D} install || die |