# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/app-sci/oww/oww-0.71.1.ebuild,v 1.1 2003/12/17 07:10:49 phosphan Exp $ DESCRIPTION="Client software for accessing a remote oww station" HOMEPAGE="http://oww.sourceforge.net/" SRC_URI="mirror://sourceforge/sourceforge/oww/oww_client-${PV}.tar.gz" LICENSE="Artistic" SLOT="0" KEYWORDS="~x86" DEPEND=">=x11-libs/gtk+-2.2.0" src_compile() { econf || die "Failed during configure" emake || die "Failed during make." } src_install () { make DESTDIR="${D}" install || die "Failed during install." dodoc README NEWS }