Lines 1-4
Link Here
|
1 |
# Copyright 1999-2005 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-arcade/alienwave/alienwave-0.3.0.ebuild,v 1.5 2005/08/11 23:48:37 tester Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/games-arcade/alienwave/alienwave-0.3.0.ebuild,v 1.5 2005/08/11 23:48:37 tester Exp $ |
4 |
|
4 |
|
Lines 15-21
Link Here
|
15 |
|
15 |
|
16 |
DEPEND="sys-libs/ncurses" |
16 |
DEPEND="sys-libs/ncurses" |
17 |
|
17 |
|
18 |
S="${WORKDIR}/${PN}" |
18 |
S=${WORKDIR}/${PN} |
|
|
19 |
|
20 |
src_unpack() { |
21 |
unpack ${A} |
22 |
cd "${S}" |
23 |
sed -i \ |
24 |
-e "s/-O2/${CFLAGS}/" \ |
25 |
-e '/strip/d' \ |
26 |
Makefile || die "sed failed" |
27 |
} |
19 |
|
28 |
|
20 |
src_install() { |
29 |
src_install() { |
21 |
dogamesbin alienwave || die "dogamesbin failed" |
30 |
dogamesbin alienwave || die "dogamesbin failed" |