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

(-)qscintilla-1.61.ebuild.orig (-4 / +4 lines)
Lines 2-8 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/dev-python/qscintilla/qscintilla-1.61.ebuild,v 1.13 2005/07/07 12:48:45 caleb Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/qscintilla-1.61.ebuild,v 1.13 2005/07/07 12:48:45 caleb Exp $
4
4
5
inherit eutils
5
inherit eutils multilib
6
6
7
MY_P=${P}-gpl-1.4
7
MY_P=${P}-gpl-1.4
8
S=${WORKDIR}/${MY_P}
8
S=${WORKDIR}/${MY_P}
Lines 36-47 Link Here
36
36
37
src_install() {
37
src_install() {
38
	dodoc ChangeLog LICENSE NEWS README
38
	dodoc ChangeLog LICENSE NEWS README
39
	dodir ${QTDIR}/{include,translations,lib}
39
	dodir ${QTDIR}/{include,translations,$(get_libdir)}
40
	cd ${S}/qt
40
	cd ${S}/qt
41
	cp qextscintilla*.h ${D}/$QTDIR/include
41
	cp qextscintilla*.h ${D}/$QTDIR/include
42
	cp qscintilla*.qm ${D}/$QTDIR/translations
42
	cp qscintilla*.qm ${D}/$QTDIR/translations
43
	cp libqscintilla.a* ${D}/$QTDIR/lib
43
	cp libqscintilla.a* ${D}/$QTDIR/$(get_libdir)
44
	cp -d libqscintilla.so.* ${D}/$QTDIR/lib
44
	cp -d libqscintilla.so.* ${D}/$QTDIR/$(get_libdir)
45
	if use doc ; then
45
	if use doc ; then
46
		dohtml ${S}/doc/html/*
46
		dohtml ${S}/doc/html/*
47
		insinto /usr/share/doc/${PF}/Scintilla
47
		insinto /usr/share/doc/${PF}/Scintilla

Return to bug 106578