# Copyright 1999-2004 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.kde-apps.org/content/files/13153-${PN}-${PV}.tar.gz" LICENSE="qbrew" SLOT="0" KEYWORDS="x86" DEPEND=">=x11-libs/qt-3.0.5" # Extraction dir doesn't match tarball name S=${S%.1} src_compile() { econf --enable-threads || die emake || die } src_install() { einstall || die }