Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 51372 Details for
Bug 63440
Porting: qt 3.3.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
preliminary qt-mac-3.3.4 ebuild
qt-mac-3.3.4.ebuild (text/plain), 1.34 KB, created by
Thomas Stratmann
on 2005-02-16 12:24:12 UTC
(
hide
)
Description:
preliminary qt-mac-3.3.4 ebuild
Filename:
MIME Type:
Creator:
Thomas Stratmann
Created:
2005-02-16 12:24:12 UTC
Size:
1.34 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="This is an ebuild for the mac flavour of QT" >HOMEPAGE="http://www.trolltech.com/" > >SRC_URI="http://sunsite.rediris.es/mirror/Qt/source/qt-mac-free-3.3.4.tar.bz2" > ># Taken verbatim from x11-libs/qt/qt-3.3.4-r2.ebuild. >LICENSE="|| ( QPL-1.0 GPL-2 )" > ># Not yet slotted >SLOT="0" > ># KEYWORDS="~ppc-macos" >KEYWORDS="" > >IUSE="" > >RESTRICT="nomirror" > ># These haven't been figured out yet! >DEPEND="" >#RDEPEND="" > ># XXX change this after category decisions have been made >S=${WORKDIR}/qt-mac-free-3.3.4 > >src_compile() { > # Most open-source packages use GNU autoconf for configuration. > # The quickest (and preferred) way of running configure is: > cd ${S} > #econf || die "econf failed" > # > mkdir ${D}/usr #needed? > ./configure \ > -prefix ${D}/usr \ > -thread > #--host=${CHOST} \ > #-prefix ${D}/usr #\ nonstandard syntax! > #--infodir=/usr/share/info \ > #--mandir=/usr/share/man || die "./configure failed" > # PATH trickery needed because qmake assumes it is first installing > # libqt, then continues building > DYLD_LIBRARY_PATH=${S}/lib emake || die "emake failed" >} > >src_install() { > make \ > prefix=${D}/usr \ > mandir=${D}/usr/share/man \ > infodir=${D}/usr/share/info \ > libdir=${D}/usr/$(get_libdir) \ > install || die >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 63440
: 51372