# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit rpm IUSE="" DESCRIPTION="swi-gprolog instalado a partir do rpm" HOMEPAGE="http://www.swi-prolog.org/" SRC_URI="http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/binaries/pl-5.4.7-190.i586.rpm" LICENSE="GPL-2" KEYWORDS="~x86" RDEPEND="" SLOT="0" src_unpack() { cd "${WORKDIR}" rpm_src_unpack } src_install() { mv "${WORKDIR}"/usr "${D}"/ || die "mv usr" }