# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # place in: app-misc/hsbirthdays DESCRIPTION="A simplistic birthday calendar written in Haskell" HOMEPAGE="" SRC_URI="http://www.cs.uu.nl/~andres/hsbirthdays/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~amd64" IUSE="" DEPEND=">=virtual/ghc-6.2.2" RDEPEND="dev-libs/gmp" # ghc binary ... src_compile() { emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die "make install failed" }