# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit rpm eutils RH_REV=3 DESCRIPTION="Reshapes an input array of rows and columns by applying a specified transformation" HOMEPAGE="http://freshmeat.net/projects/bsd-rs/" SRC_URI="http://www.mit.edu/afs/athena/system/rhlinux/athena-${PV}/free/SRPMS/athena-${P}-${RH_REV}.src.rpm" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" S="${WORKDIR}/athena-${P}" src_unpack() { rpm_src_unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-install-path.patch } src_install() { emake DESTDIR=${D} install || die "Failed install to ${D} !" }