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

(-)file_not_specified_in_diff (-3 / +13 lines)
Line  Link Here
0
-- fritzing-0.9.2b.ebuild
0
++ fritzing-0.9.2b-r1.ebuild
Lines 4-14 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
PARTS_P="${PN}-parts-${PV}"
8
7
inherit qmake-utils
9
inherit qmake-utils
8
10
9
DESCRIPTION="Electronic Design Automation"
11
DESCRIPTION="Electronic Design Automation"
10
HOMEPAGE="http://fritzing.org/"
12
HOMEPAGE="http://fritzing.org/"
11
SRC_URI="https://github.com/fritzing/fritzing-app/archive/${PV}.tar.gz -> ${P}.tar.gz"
13
SRC_URI="https://github.com/fritzing/fritzing-app/archive/${PV}.tar.gz -> ${P}.tar.gz
14
	https://github.com/fritzing/fritzing-parts/archive/${PV}.tar.gz -> ${PARTS_P}.tar.gz"
12
15
13
LICENSE="CC-BY-SA-3.0 GPL-2 GPL-3"
16
LICENSE="CC-BY-SA-3.0 GPL-2 GPL-3"
14
SLOT="0"
17
SLOT="0"
Lines 57-61 Link Here
57
}
60
}
58
61
59
src_configure() {
62
src_configure() {
60
	eqmake5 DEFINES=QUAZIP_INSTALLED PREFIX="${D}"/usr phoenix.pro
63
	eqmake5 DEFINES=QUAZIP_INSTALLED phoenix.pro
64
}
65
66
src_install() {
67
	INSTALL_ROOT="${D}" emake install
68
	
69
	insinto /usr/share/fritzing/parts
70
	doins -r "${WORKDIR}/${PARTS_P}"/*
61
}
71
}

Return to bug 548624