Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 389728 Details for
Bug 529830
media-libs/ogdf-2012.07 - Open Graph Drawing Framework
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated ebuild draft
ogdf-2012.07.ebuild (text/plain), 779 bytes, created by
Julien J Tierny
on 2014-11-19 15:31:46 UTC
(
hide
)
Description:
updated ebuild draft
Filename:
MIME Type:
Creator:
Julien J Tierny
Created:
2014-11-19 15:31:46 UTC
Size:
779 bytes
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="5" > >inherit eutils > >DESCRIPTION="Open Graph Drawing Framework" >HOMEPAGE="http://www.ogdf.net/" >SRC_URI="http://www.ogdf.net/lib/exe/fetch.php/tech:${PN}.v${PV}.zip" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="amd64 ppc x86" > >DEPEND="<=dev-lang/python-2.7.8" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/OGDF/" > ># TODO: ># optional deps on: ># - coin ># - abacus > >src_prepare(){ > epatch "${FILESDIR}/${P}-makeMakefile.config.patch" > epatch "${FILESDIR}/${P}-makeMakefile.sh.patch" >} > >src_configure(){ > ./makeMakefile.sh >} > >src_install () { > dodir usr/include/ogdf > dodir usr/lib/ > cp -R ${S}/ogdf/* ${D}usr/include/ogdf/ > dolib ${S}/_release/libOGDF.so > dodoc README.txt >}
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 529830
:
389708
|
389710
|
389712
| 389728