Lines 1-4
Link Here
|
1 |
# Copyright 1999-2004 Gentoo Foundation |
1 |
# Copyright 1999-2006 Gentoo Foundation |
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/games-puzzle/greedy/greedy-0.2.0-r1.ebuild,v 1.6 2004/07/01 05:24:56 mr_bones_ Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/greedy/greedy-0.2.0-r1.ebuild,v 1.6 2004/07/01 05:24:56 mr_bones_ Exp $ |
4 |
|
4 |
|
Lines 10-23
Link Here
|
10 |
|
10 |
|
11 |
LICENSE="GPL-2" |
11 |
LICENSE="GPL-2" |
12 |
SLOT="0" |
12 |
SLOT="0" |
13 |
KEYWORDS="x86 ppc amd64" |
13 |
KEYWORDS="amd64 ppc x86" |
14 |
IUSE="" |
14 |
IUSE="" |
15 |
|
15 |
|
16 |
DEPEND="virtual/libc |
16 |
DEPEND="virtual/libc |
17 |
sys-libs/ncurses" |
17 |
sys-libs/ncurses" |
18 |
|
18 |
|
19 |
src_compile() { |
19 |
src_compile() { |
20 |
emake FLAGS="${CFLAGS}" || die "emake failed" |
20 |
emake FLAGS="${CFLAGS}" STRIP=ls || die "emake failed" |
21 |
} |
21 |
} |
22 |
|
22 |
|
23 |
src_install() { |
23 |
src_install() { |
Lines 31-35
Link Here
|
31 |
|
31 |
|
32 |
prepgamesdirs |
32 |
prepgamesdirs |
33 |
# We need to set the permissions correctly |
33 |
# We need to set the permissions correctly |
34 |
chmod 664 "${D}/${GAMES_STATEDIR}/greedy.scores" || die "chmod failed" |
34 |
fperms 664 "${GAMES_STATEDIR}/greedy.scores" || die "fperms failed" |
35 |
} |
35 |
} |