diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 10:29:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 10:29:26 +0000 |
commit | 2d299583053d26279dc4b1bca9604986addaf885 (patch) | |
tree | a583287f4275d1443519b1b063f8de000fe91e25 /games-board/gnono | |
parent | old (diff) | |
download | historical-2d299583053d26279dc4b1bca9604986addaf885.tar.gz historical-2d299583053d26279dc4b1bca9604986addaf885.tar.bz2 historical-2d299583053d26279dc4b1bca9604986addaf885.zip |
touchups
Diffstat (limited to 'games-board/gnono')
-rw-r--r-- | games-board/gnono/gnono-0.0.3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-board/gnono/gnono-0.0.3.ebuild b/games-board/gnono/gnono-0.0.3.ebuild index c707493170ab..25ba36f6a159 100644 --- a/games-board/gnono/gnono-0.0.3.ebuild +++ b/games-board/gnono/gnono-0.0.3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/gnono-0.0.3.ebuild,v 1.1 2003/09/10 17:46:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/gnono-0.0.3.ebuild,v 1.2 2004/02/29 10:29:08 vapier Exp $ inherit games DESCRIPTION="rewrite of Windows card game WUNO" -SRC_URI="ftp://ftp.paw.co.za/pub/PAW/sources/${P}.tar.gz" HOMEPAGE="http://www.paw.co.za/projects/gnono/" +SRC_URI="ftp://ftp.paw.co.za/pub/PAW/sources/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -20,11 +20,11 @@ DEPEND="gnome-base/gnome-libs =x11-libs/gtk+-1.2*" src_compile() { - egamesconf `use_enable nls` + egamesconf `use_enable nls` || die emake || die } src_install() { - einstall + einstall || die prepgamesdirs } |