media-fonts/unifont: ppc stable wrt bug #576510
[gentoo.git] / app-cdr / multicd / multicd-1.7.5-r1.ebuild
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 DESCRIPTION="Tool for making direct copies of your files to multiple cd's"
6 HOMEPAGE="http://danborn.net/multicd/"
7 SRC_URI="http://danborn.net/multicd/${P}.tar.gz"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="amd64 ~ppc x86"
12 IUSE=""
13
14 RDEPEND=">=dev-lang/perl-5.8.6
15         virtual/cdrtools"
16
17 src_install() {
18         dobin multicd || die "dobin failed."
19         insinto /etc
20         newins sample_multicdrc multicdrc || die "newins failed."
21 }