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

Collapse All | Expand All

(-)wxsvg-1.0_beta7.ebuild (-5 / +4 lines)
Lines 2-14 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/media-libs/wxsvg/wxsvg-1.0_beta7.ebuild,v 1.6 2007/06/17 11:22:45 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/wxsvg-1.0_beta7.ebuild,v 1.6 2007/06/17 11:22:45 armin76 Exp $
4
4
5
inherit eutils wxwidgets
5
inherit autotools wxwidgets
6
6
7
MY_PV="${PV/_beta/b}"
7
MY_PV="${PV/_beta/b}"
8
8
9
DESCRIPTION="C++ library to create, manipulate and render SVG files."
9
DESCRIPTION="C++ library to create, manipulate and render SVG files."
10
HOMEPAGE="http://wxsvg.sourceforge.net/"
10
HOMEPAGE="http://wxsvg.sourceforge.net/"
11
SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}_1.tar.gz"
11
SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz"
12
12
13
LICENSE="wxWinLL-3"
13
LICENSE="wxWinLL-3"
14
KEYWORDS="~amd64 ~ppc x86"
14
KEYWORDS="~amd64 ~ppc x86"
Lines 27-36 Link Here
27
S=${WORKDIR}/${PN}-${MY_PV}
27
S=${WORKDIR}/${PN}-${MY_PV}
28
28
29
src_unpack() {
29
src_unpack() {
30
	unpack ${A}
30
	unpack "${A}"
31
	cd "${S}"
31
	cd "${S}"
32
32
	eautoreconf || die 'autoreconf died'
33
	epatch "${FILESDIR}"/${P}-freetype.patch
34
}
33
}
35
34
36
src_compile() {
35
src_compile() {

Return to bug 215665