Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 30524 Details for
Bug 49725
quickplot ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
quickplot-0.7.2.ebuild
quickplot-0.7.2.ebuild (text/plain), 1.56 KB, created by
Lance Arenault
on 2004-05-02 09:38:23 UTC
(
hide
)
Description:
quickplot-0.7.2.ebuild
Filename:
MIME Type:
Creator:
Lance Arenault
Created:
2004-05-02 09:38:23 UTC
Size:
1.56 KB
patch
obsolete
># This is a Gentoo GNU/Linux ebuild script file. See ># http://www.gentoo.org/doc/en/gentoo-howto.xml. If your not using a ># Gentoo system and/or Gentoo portage don't worry about this file. > ># If you're testing a release: >#run% ACCEPT_KEYWORDS="~x86" emerge quickplot >#or >#run% MAKE_FROM_CVS_SOURCE=yes ACCEPT_KEYWORDS="~x86" emerge quickplot ># gentoo bug number: 49725 > >DESCRIPTION="A fast interactive 2-D plotter" >HOMEPAGE="http://quickplot.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" >DEPEND="\ >>=dev-cpp/gtkmm-2.2.8 \ >>=dev-util/pkgconfig-0.15 \ >>=media-libs/libsndfile-1.0.5" > ># if this was installed without the autoconf configure script then we ># need the GNU Autotools: autoconf, automake and libtool. Also ># imagemagick was used to make xpm image file(s) from png files. > >if [ -n "${MAKE_FROM_CVS_SOURCE}" ] ; then > DEPEND="${DEPEND} >=sys-devel/autoconf-2.58 \ > >=sys-devel/automake-1.7 \ > >=sys-devel/libtool-1.4.3 \ > >=media-gfx/imagemagick-5.5.7.15" >fi > > >src_unpack() { > > unpack ${P}.tar.bz2 || die >} > >src_compile() { > > if [ ! -e ./configure ] ; then > # ./bootstrap calls aclocal, autoconf, automake and libtoolize. > if ! ./bootstrap ; then > if [ ! -n "${MAKE_FROM_CVS_SOURCE}" ] ; then > die "./bootstrap failed > Try setting environment variable MAKE_FROM_CVS_SOURCE=yes > and then run this again. This may add newer GNU Autotools and imagemagick." > else > die "./bootstrap failed" > fi > fi > fi > > econf || die > emake || die >} > >src_install() { > > einstall || 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 49725
:
30524
|
31674
|
31679
|
45715
|
47668
|
47669