Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 256579 Details for
Bug 348031
sci-biology/amos: live ebuild (need qt3/qt4 help)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
amos-9999.ebuild
amos-9999.ebuild (text/plain), 1.31 KB, created by
Martin Mokrejš
on 2010-12-07 13:15:44 UTC
(
hide
)
Description:
amos-9999.ebuild
Filename:
MIME Type:
Creator:
Martin Mokrejš
Created:
2010-12-07 13:15:44 UTC
Size:
1.31 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 >[ "$PV" == "9999" ] && inherit cvs > >inherit eutils > >DESCRIPTION="AMOS genome assembly package live cvs sources" >HOMEPAGE="http://sourceforge.net/projects/amos" >ECVS_SERVER="amos.cvs.sourceforge.net:/cvsroot/amos" >ECVS_AUTH="pserver" >ECVS_MODULE="AMOS" >ECVS_BRANCH="HEAD" >ECVS_USER="anonymous" >ECVS_PASS="" > >LICENSE="GPL-2" >SLOT="0" >IUSE="" >KEYWORDS="~amd64 ~x86" > >#DEPEND=">=x11-libs/qt-3.3:3" >DEPEND="dev-vcs/cvs > dev-libs/boost > x11-libs/qt-qt3support" >RDEPEND="${DEPEND} > dev-perl/DBI > sci-biology/mummer" > >S="${DISTDIR}"/cvs-src/AMOS/AMOS/ > >src_unpack() { > ECVS_TOP_DIR="${DISTDIR}/cvs-src/${ECVS_MODULE}" > cvs_src_unpack > cd "${S}" || die > epatch "${FILESDIR}"/amos.m4.patch || die >} > >src_configure() { > ./bootstrap || die > CFLAGS=$CFLAGS' -I/usr/include/qt4/Qt' CXXFLAGS=$CXXFLAGS' -I/usr/include/qt4/Qt' econf --enable-all --with-Qt-include-dir=/usr/include/qt4 --with-Qt-lib-dir=/usr/lib/qt4 --with-Qt-bin-dir=/usr/bin --with-Qt-lib=Qt3Support >} > >src_compile() { > # TODO: force MAKEOPTS=-j1 because it seems -j6 is exploting some dependency issue in Makefiles > MAKEOPTS=-j1 emake DESTDIR="${D}" || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" >}
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 348031
: 256579