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