# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P=${P/riot/riot-1ds} S=${WORKDIR}/${MY_P} DESCRIPTION="Riot is a tool for keeping (textual) information organised" HOMEPAGE="http://iki.fi/tuomov/riot" SRC_URI="http://iki.fi/tuomov/dl/${MY_P}.tar.gz" LICENSE="GPL-2 & as-is" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/ghc-6" RDEPEND="" src_install() { make make PREFIX=${D}/usr install }