# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /usr/cvs/Archive/ftmount/ftmount.ebuild,v 1.1 2006/07/01 17:30:03 langha_l Exp $ # inherit perl-module DESCRIPTION="A ftp daemon, to copy files from Topfield to PC vice versa" HOMEPAGE="http://members.ozemail.com.au/~msteveb/topfield/" SRC_URI="http://members.ozemail.com.au/~msteveb/topfield/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 x86" DEPEND="sys-apps/util-linux" src_unpack() { einfo "Was ist \${A} " ${A} einfo "Was ist \${S} " ${S} unpack ${A} cd ${S} } src_compile() { # einfo "Don't need to compile, it's a script. ;-)" emake || die } src_install() { exeinto /usr/bin # newexe ftmount.pl ftmount newexe ftpd ftpd-topfield dodoc README.topfield ChangeLog ChangeLog.topfield newman ftpd.8 ftpd-topfield.8 } pkg_postinst() { echo einfo "Connect your Topfield PVR via USB cable to a PC." einfo "Switch on the Topfield PVR." einfo "Start this program with 'ftpd-topfield --turbo -D -P 2021'" einfo "Start mc and use 'ftp-connection' to 'localhost:2021'" einfo "Copy files from your Topfield PVR, etc." einfo "At the moment in turbo mode 2MB/s are normal speed." echo }