summaryrefslogtreecommitdiff
blob: 63ac42b478e30b3886393aa4c47d976e4c0d9408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/dmg2img/dmg2img-1.3.ebuild,v 1.1 2008/11/29 16:01:16 josejx Exp $

DESCRIPTION="Converts Apple DMG files to standard HFS+ images"
HOMEPAGE="http://vu1tur.eu.org/tools"
SRC_URI="http://vu1tur.eu.org/tools/download.pl?${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc"
IUSE=""

DEPEND=""
RDEPEND=""

src_install() {
	# Install the Program
	exeinto /usr/sbin
	doexe dmg2img
	doexe vfdecrypt
	# Install the Readme
	dodoc README
}