Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 60188 Details for
Bug 94503
qwtplot3d-0.2.4_beta.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
qwtplot3d/qwtplot3d-0.2.4_beta.ebuild
qwtplot3d-0.2.4_beta.ebuild (text/plain), 1.20 KB, created by
Marcin Bukat
on 2005-05-30 07:32:20 UTC
(
hide
)
Description:
qwtplot3d/qwtplot3d-0.2.4_beta.ebuild
Filename:
MIME Type:
Creator:
Marcin Bukat
Created:
2005-05-30 07:32:20 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >MY_PV="${PV/_beta/-beta}" > >inherit eutils > >DESCRIPTION="C++ programming library which provides essentially a bunch of >3D-widgets for programmers." >SRC_URI="mirror://sourceforge/qwtplot3d/${PN}-${MY_PV}.tgz" >HOMEPAGE="http://qwtplot3d.sf.net" > >SLOT="0" >LICENSE="ZLIB" >KEYWORDS="x86" >IUSE="doc" >S="${WORKDIR}/${PN}" > >DEPEND="virtual/x11 > >=x11-libs/qt-3.0.0" > >RDEPEND="" > >QWT3DVER="0.2.4" >src_unpack() { > unpack ${A} > cd ${S} > qmake -makefile qwtplot3d.pro > > # If doc is requested by USE flag build examples > # currently there is no other documentation > > use doc && (cd examples > qmake -makefile examples.pro) >} > >src_compile() { > emake || die > > use doc && (cd examples > emake ||die > make clean || die) >} > >src_install() { > dolib lib/libqwtplot3d.so.${QWT3DVER} > dosym libqwtplot3d.so.${QWT3DVER} /usr/lib/libqwtplot3d.so > dosym libqwtplot3d.so.${QWT3DVER} /usr/lib/libqwtplot3d.so.${QWT3DVER/.*/} > > mkdir -p ${D}/usr/include/qwtplot3d/ > install include/* ${D}/usr/include/qwtplot3d/ > > use doc && (dodir /usr/share/doc/${PF}/examples > > cp -a examples/* ${D}/usr/share/doc/${PF}/examples/) > > >}
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 94503
: 60188