# 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" IUSE="" DEPEND="" RDEPEND="sys-apps/ucspi-tcp net-libs/liblockfile" #src_compile() { #} src_install() { into /usr dosbin sbin/torpage_server dosbin sbin/torpage_client_chat dosbin sbin/torpage_fetch dodir /var/run/torpage doinitd init.d/torpage doconfd conf.d/torpage insinto /etc doins torpage.conf dodoc README AUTHORS CHANGELOG }