Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 144501 | Differences between
and this patch

Collapse All | Expand All

(-)xqf-1.0.5.ebuild (+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/games-util/xqf/xqf-1.0.5.ebuild,v 1.2 2006/11/04 23:08:55 nyhm Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild,v 1.2 2006/11/04 23:08:55 nyhm Exp $
4
4
5
inherit eutils
6
5
DESCRIPTION="A server browser for many FPS games (frontend for qstat)"
7
DESCRIPTION="A server browser for many FPS games (frontend for qstat)"
6
HOMEPAGE="http://www.linuxgames.com/xqf/"
8
HOMEPAGE="http://www.linuxgames.com/xqf/"
7
SRC_URI="mirror://sourceforge/xqf/${P}.tar.gz"
9
SRC_URI="mirror://sourceforge/xqf/${P}.tar.gz"
Lines 19-24 Link Here
19
DEPEND="${RDEPEND}
21
DEPEND="${RDEPEND}
20
	nls? ( sys-devel/gettext )"
22
	nls? ( sys-devel/gettext )"
21
23
24
src_unpack() {
25
	unpack ${A}
26
	cd "${S}"
27
	epatch ${FILESDIR}/real_dir.patch
28
}
29
22
src_compile() {
30
src_compile() {
23
	econf \
31
	econf \
24
		$(use_enable nls) \
32
		$(use_enable nls) \

Return to bug 144501