# Copyright 2000-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit mercurial MY_P=${PN}${PV} DESCRIPTION="rcsparse ruby module" HOMEPAGE="http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse" SRC_URI="" EHG_REPO_URI="http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse" LICENSE="donation" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="" S="${WORKDIR}/${PN}" src_compile() { ruby extconf.rb emake } src_install() { emake DESTDIR="${D}" install }