# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Recipe calculator for homebrewed beers" HOMEPAGE="http://www.usermode.org/code.html" SRC_URI="http://www.usermode.org/code/${P}.tar.gz" LICENSE="qbrew" SLOT="0" KEYWORDS="x86" DEPEND=">=x11-libs/qt-3.0.5" src_compile() { econf --enable-threads || die emake || die } src_install() { einstall || die }