Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 57991
Collapse All | Expand All

(-)sdl-image-1.2.3.ebuild.old (-1 / +8 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.3.ebuild,v 1.9 2004/07/14 20:26:46 agriffis Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.3.ebuild,v 1.9 2004/07/14 20:26:46 agriffis Exp $
4
4
5
inherit gnuconfig
6
5
MY_P="${P/sdl-/SDL_}"
7
MY_P="${P/sdl-/SDL_}"
6
S=${WORKDIR}/${MY_P}
8
S=${WORKDIR}/${MY_P}
7
DESCRIPTION="image file loading library"
9
DESCRIPTION="image file loading library"
Lines 10-16 Link Here
10
12
11
LICENSE="LGPL-2"
13
LICENSE="LGPL-2"
12
SLOT="0"
14
SLOT="0"
13
KEYWORDS="x86 ~ppc sparc alpha hppa ~amd64 ~mips"
15
KEYWORDS="x86 ~ppc sparc alpha hppa ~amd64 ~mips ppc64"
14
IUSE=""
16
IUSE=""
15
17
16
DEPEND=">=media-libs/libpng-1.2.1
18
DEPEND=">=media-libs/libpng-1.2.1
Lines 18-23 Link Here
18
	>=media-libs/libsdl-1.2.4
20
	>=media-libs/libsdl-1.2.4
19
	sys-libs/zlib"
21
	sys-libs/zlib"
20
22
23
src_unpack() {
24
	unpack ${A}
25
	use ppc64 && gnuconfig_update
26
}
27
21
src_install() {
28
src_install() {
22
	make DESTDIR=${D} install || die "make install failed"
29
	make DESTDIR=${D} install || die "make install failed"
23
	dodoc CHANGES README
30
	dodoc CHANGES README

Return to bug 57991