# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Torpage allows for setup of centralised distfiles fetching" HOMEPAGE="http://www.kroon.co.za/torpage.php" SRC_URI="http://www.kroon.co.za/downloads/${PF}.tar.gz" LICENSE="GPLv2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" RDEPEND="sys-apps/ucspi-tcp sys-apps/util-linux net-libs/liblockfile" src_compile() { mv init.d/gentoo init.d/torpage } src_install() { into /usr dosbin sbin/torpage_server dosbin sbin/torpage_client_chat dosbin sbin/torpage_fetch dosbin sbin/distfiles_cleanup keepdir /var/run/torpage doinitd init.d/torpage doconfd conf.d/torpage insinto /etc doins torpage.conf dodoc README AUTHORS CHANGELOG TODO }