summaryrefslogtreecommitdiff
blob: ce5aab5b8be5cd718fdbf63e6df42f7709563bb1 (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
25
26
27
28
29
30
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/hdl_dump/hdl_dump-0.8.ebuild,v 1.1 2005/04/11 04:31:39 vapier Exp $

MY_PV=${PV}-20050217
DESCRIPTION="game installer for playstation 2 HD Loader"
HOMEPAGE="http://hdldump.ps2-scene.org/"
SRC_URI="http://hdldump.ps2-scene.org/hdl_dumx-${MY_PV}-src.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""

S=${WORKDIR}/${PN}

src_unpack() {
	unpack ${A}
	cd "${S}"
	sed -i \
		-e "/^CFLAGS /s:$: ${CFLAGS}:" \
		Makefile || die "sed cflags"
}

src_install() {
	dobin hdl_dump || die
	dodoc AUTHORS CHANGELOG test.sh
}