# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Splitpipe allows the output of a program to be stored by spanning multiple volumes like CDs or DVDs" HOMEPAGE="http://ds9a.nl/splitpipe" SRC_URI="http://ds9a.nl/splitpipe/${P}.tar.gz" DEPEND="|| ( app-cdr/cdrkit app-cdr/cdrtools ) >=sys-libs/ncurses-5.0" RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 x86" src_install() { dobin joinpipe ln -s ${D}/usr/bin/joinpipe ${D}/usr/bin/splitpipe dodoc README doman doc/*.1 doc/*.5 }