# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Process freezing utility" HOMEPAGE="http://cryopid.berlios.de" SRC_URI=" amd64?(http://dagobah.ucc.asn.au/wacky/cryopid-0.5.9-x86_64.tar.gz) x86? (http://dagobah.ucc.asn.au/wacky/cryopid-0.5.9-i386.tar.gz)" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" S=${WORKDIR}/${P}/src src_compile(){ cd ${S} emake || die } src_install(){ dobin freeze fork2_helper # no man pages or docs to install }