diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-27 21:06:40 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-27 21:06:40 +0000 |
commit | f068ab3c569b57ea66d4260bebb2f714146cba4e (patch) | |
tree | d859a1805e3443e22b467550e240d451b1c18b9e /sci-misc/oww/oww-0.71.1.ebuild | |
parent | Fixed ChangeLog header. (Manifest recommit) (diff) | |
download | gentoo-2-f068ab3c569b57ea66d4260bebb2f714146cba4e.tar.gz gentoo-2-f068ab3c569b57ea66d4260bebb2f714146cba4e.tar.bz2 gentoo-2-f068ab3c569b57ea66d4260bebb2f714146cba4e.zip |
Moved from app-sci/oww to sci-misc/oww.
Diffstat (limited to 'sci-misc/oww/oww-0.71.1.ebuild')
-rw-r--r-- | sci-misc/oww/oww-0.71.1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sci-misc/oww/oww-0.71.1.ebuild b/sci-misc/oww/oww-0.71.1.ebuild new file mode 100644 index 000000000000..7126508e5e5f --- /dev/null +++ b/sci-misc/oww/oww-0.71.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/oww/oww-0.71.1.ebuild,v 1.1 2004/12/27 21:06:40 ribosome Exp $ + +DESCRIPTION="A one-wire weather station for Dallas Semiconductor" +HOMEPAGE="http://oww.sourceforge.net/" + +SRC_URI="mirror://sourceforge/sourceforge/oww/oww-${PV}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +IUSE="" +KEYWORDS="~x86" + +DEPEND=">=x11-libs/gtk+-1.2.10 + gnome-base/libglade + media-libs/gdk-pixbuf + >=gnome-base/libghttp-1.0.9" + +src_compile() { + econf --enable-interactive || die "Failed during configure" + emake || die "Failed during make." +} + +src_install () { + make DESTDIR="${D}" install || die "Failed during install." + dodoc README* NEWS +} + |