summaryrefslogtreecommitdiff
blob: a2bf283ac8d789639be5ac98d97b2841402bc48f (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
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild,v 1.1 2005/04/18 06:53:12 vapier Exp $

DESCRIPTION="another ELF packer for the PS2"
HOMEPAGE="http://ps2dev.org/kb.x?T=1061"
SRC_URI="http://ps2dev.org/files/${P}-linux.tar.gz"

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

DEPEND="sys-libs/glibc"

S=${WORKDIR}

src_install() {
	rm -f COPYING
	insinto /opt/${PN}
	doins -r README.txt stub || die "doins"
	exeinto /opt/${PN}
	doexe *.so ps2-packer || die "doexe"

	dodir /opt/bin
	dosym /opt/{${PN},bin}/ps2-packer
}