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

(-)/usr/portage/sci-electronics/gnetman/gnetman-0.0.1_pre20060522.ebuild (-1 / +2 lines)
Lines 15-21 Link Here
15
15
16
S="${WORKDIR}/${PN}-${MY_PV}"
16
S="${WORKDIR}/${PN}-${MY_PV}"
17
17
18
DEPEND=">=dev-lang/tk-8.3"
18
DEPEND=">=dev-lang/tk-8.3 >=sci-electronics/geda-symbols-1.4.3"
19
19
20
src_compile() {
20
src_compile() {
21
	econf || die "Configuration failed"
21
	econf || die "Configuration failed"
Lines 25-28 Link Here
25
src_install () {
25
src_install () {
26
	make DESTDIR=${D} install || die "Installation failed"
26
	make DESTDIR=${D} install || die "Installation failed"
27
	dodoc AUTHORS ChangeLog NEWS README
27
	dodoc AUTHORS ChangeLog NEWS README
28
	rm "${D}"/usr/share/gEDA/sym/gnetman -Rf
28
}
29
}

Return to bug 271177