Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 90801
Collapse All | Expand All

(-)numlockx-1.0.ebuild.orig (-4 / +6 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2004 Gentoo Foundation
1
# Copyright 1999-2005 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/x11-misc/numlockx/numlockx-1.0.ebuild,v 1.14 2004/08/27 21:52:07 tgall Exp $
3
# $Header: $
4
5
inherit x11-prefix
4
6
5
DESCRIPTION="Turns on numlock in X"
7
DESCRIPTION="Turns on numlock in X"
6
HOMEPAGE="http://dforce.sh.cvut.cz/~seli/en/numlockx"
8
HOMEPAGE="http://dforce.sh.cvut.cz/~seli/en/numlockx"
Lines 16-22 Link Here
16
18
17
src_compile(){
19
src_compile(){
18
	./configure \
20
	./configure \
19
		--prefix=/usr/X11R6 \
21
		--prefix=${X11_PREFIX} \
20
		--host=${CHOST} || die
22
		--host=${CHOST} || die
21
	emake || die
23
	emake || die
22
}
24
}
Lines 24-30 Link Here
24
src_install(){
26
src_install(){
25
	dodoc AUTHORS INSTALL LICENSE README
27
	dodoc AUTHORS INSTALL LICENSE README
26
28
27
	into /usr/X11R6
29
	into ${X11_PREFIX}
28
	dobin numlockx
30
	dobin numlockx
29
}
31
}
30
32

Return to bug 90801