# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit qt3 S="${WORKDIR}/${PN}" DESCRIPTION="A ToDo List Manager for QT." HOMEPAGE="http://qtodo.berlios.de/tipiwiki/index.php" SRC_URI="http://download.berlios.de/qtodo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=$(qt_min_version 3.3) src_compile(){ ${QTDIR}/bin/qmake ${S}/qtodo.pro \ || die "qmake qtodo.pro failed" emake || die "Make failed" } src_install(){ dobin bin/qtodo || die "dobin install failed" }