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

Collapse All | Expand All

(-)wmx-6-old/x11-wm/wmx/Manifest (-1 / +1 lines)
Lines 1-3 Link Here
1
MD5 dd3c2df856f3dbf93269875cf7bc46d7 wmx-6.ebuild 1016
1
MD5 474c63bc756b39ed840376598d82ccf8 wmx-6.ebuild 887
2
MD5 0a72c5a613df858a442ae477ad077e49 files/wmx-6.diff 1399
2
MD5 0a72c5a613df858a442ae477ad077e49 files/wmx-6.diff 1399
3
MD5 87342a9ae86e4902008e4a3c4cc0811e files/digest-wmx-6 56
3
MD5 87342a9ae86e4902008e4a3c4cc0811e files/digest-wmx-6 56
(-)wmx-6-old/x11-wm/wmx/wmx-6.ebuild (-11 / +7 lines)
Lines 7-13 Link Here
7
7
8
S=${WORKDIR}/${P}
8
S=${WORKDIR}/${P}
9
CONF="wmx-6.conf"
9
CONF="wmx-6.conf"
10
DESCRIPTION="another window manager"
10
DESCRIPTION="another window manager based on wm2"
11
HOMEPAGE="http://www.all-day-breakfast.com/wmx/"
11
HOMEPAGE="http://www.all-day-breakfast.com/wmx/"
12
SRC_URI="http://www.all-day-breakfast.com/wmx/${P}.tar.gz"
12
SRC_URI="http://www.all-day-breakfast.com/wmx/${P}.tar.gz"
13
13
Lines 16-22 Link Here
16
16
17
SLOT="0"
17
SLOT="0"
18
LICENSE="wmx"
18
LICENSE="wmx"
19
KEYWORDS="~x86 ~ppc ~sparc ~alpha"
19
KEYWORDS="~x86"
20
20
21
src_unpack() {
21
src_unpack() {
22
	unpack ${A}
22
	unpack ${A}
Lines 31-46 Link Here
31
	fi
31
	fi
32
}
32
}
33
33
34
src_compile() {
35
	./configure --prefix=${ROOT}/usr --host=${CHOST} || die
36
	emake || die
37
}
38
39
src_install() {   
34
src_install() {   
40
	install -d ${D}/usr/bin
35
	exeinto /usr/bin
41
	cp wmx ${D}/usr/bin
36
	doexe wmx
42
	install -d ${D}/etc/wmx
37
	insinto /etc/wmx
43
	cp ${CONF} ${D}/etc/wmx
38
	doins ${CONF}
39
44
	dodoc README* UPDATES
40
	dodoc README* UPDATES
45
}
41
}
46
42

Return to bug 21537