|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/monkey-bubble-0.3.2.ebuild,v 1.11 2006/04/24 12:33:10 tupone Exp $ | # $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/monkey-bubble-0.3.2.ebuild,v 1.11 2006/04/24 12:33:10 tupone Exp $ |
| |
inherit eutils gnome2 |
inherit autotools eutils gnome2 |
| |
DESCRIPTION="A Puzzle Bobble clone" | DESCRIPTION="A Puzzle Bobble clone" |
HOMEPAGE="http://home.gna.org/monkeybubble/" | HOMEPAGE="http://home.gna.org/monkeybubble/" |
|
|
unpack ${A} | unpack ${A} |
cd "${S}" | cd "${S}" |
epatch "${FILESDIR}/${P}.amd64.patch" | epatch "${FILESDIR}/${P}.amd64.patch" |
|
epatch "${FILESDIR}/${P}-asneeded.patch" |
|
eautoreconf |
sed -i \ | sed -i \ |
-e "s:-Werror::" \ | -e "s:-Werror::" \ |
src/util/Makefile.in \ | src/util/Makefile.in \ |