# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit qt4 DESCRIPTION="Simple PHP documentation viewer." SRC_URI="http://ontk93.thehost.ru/op/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="x86" DEPEND="$(qt4_min_version 4.0)" src_compile () { cd simplephpdocviewer qmake emake || die "emake" } src_install () { mkdir -p ${D}usr/bin/ cp simplephpdocviewer/simplephpdocviewer ${D}usr/bin/ }