Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 93785 Details for
Bug 143242
ebuild for qgfe a graphical user interface to the gnuplot
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
This ebuild seems to work
qgfe-1.0.ebuild (text/plain), 1.20 KB, created by
Krisztian Kis-Szabo
on 2006-08-08 13:06:59 UTC
(
hide
)
Description:
This ebuild seems to work
Filename:
MIME Type:
Creator:
Krisztian Kis-Szabo
Created:
2006-08-08 13:06:59 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.0-r1.ebuild,v 1.2 2006/03/24 16:40:14 agriffis Exp $ > >inherit eutils elisp-common > >MY_P="${P}" > >DESCRIPTION="A graphical interface to the gnuplot program" >HOMEPAGE="http://www.xm1math.net/qgfe/index.html" >SRC_URI="http://www.xm1math.net/qgfe/qgfe-1.0.tar.bz2" > >LICENSE="" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND=" > >=x11-libs/qt-3.1 > <x11-libs/qt-4 > sci-visualization/gnuplot > " > >S=${WORKDIR}/${MY_P} >INSTALLDIR=/opt/qgfe > >src_unpack() { > unpack ${A} > cd ${S} >} > >src_compile() { > PATH=$QTDIR/bin:$PATH > LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH > DYLD_LIBRARY_PATH=$QTDIR/lib:$DYLD_LIBRARY_PATH > export PATH LD_LIBRARY_PATH DYLD_LIBRARY_PATH > qmake -unix PREFIX=/opt qgfe.pro > make >} > >src_install () { > ICONS="qgfe16x16.png qgfe32x32.png qgfe32x32.png" > for i in ${ICONS} > do > doicon utilities/${i} > done > doicon utilities/ > dodir ${INSTALLDIR} > exeinto ${INSTALLDIR} > doexe qgfe || die "doexe failed" > cp -rf utilities ${D}${INSTALLDIR} > dodir /opt/bin > dosym ${INSTALLDIR}/qgfe /opt/bin/qgfe > >} >#pkg_postinst() { >#} > >#pkg_postrm() { >#}
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 143242
: 93785