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

(-)libemf-1.0.ebuild (-7 / +1 lines)
Lines 7-13 Link Here
7
MY_P="${P/emf/EMF}"
7
MY_P="${P/emf/EMF}"
8
DESCRIPTION="Library implementation of ECMA-234 API for the generation of enhanced metafiles."
8
DESCRIPTION="Library implementation of ECMA-234 API for the generation of enhanced metafiles."
9
HOMEPAGE="http://libemf.sourceforge.net/"
9
HOMEPAGE="http://libemf.sourceforge.net/"
10
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
10
SRC_URI="mirror://sourceforge/pstoedit/${MY_P}.tar.gz"
11
11
12
LICENSE="LGPL-2.1 GPL-2"
12
LICENSE="LGPL-2.1 GPL-2"
13
SLOT="0"
13
SLOT="0"
Lines 18-29 Link Here
18
18
19
S=${WORKDIR}/${MY_P}
19
S=${WORKDIR}/${MY_P}
20
20
21
src_unpack() {
22
	unpack ${A}
23
	epatch ${FILESDIR}/${MY_P}-gcc3.patch
24
	epatch ${FILESDIR}/${MY_P}-amd64.patch
25
}
26
27
src_compile() {
21
src_compile() {
28
	econf --enable-editing || die
22
	econf --enable-editing || die
29
	emake || die
23
	emake || die

Return to bug 107440