Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 55050 Details for
Bug 84862
Grass v6.0 has released.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
A basic ebuild
grass-6.0.0.ebuild (text/plain), 1.79 KB, created by
Mike Smith
on 2005-04-01 11:01:22 UTC
(
hide
)
Description:
A basic ebuild
Filename:
MIME Type:
Creator:
Mike Smith
Created:
2005-04-01 11:01:22 UTC
Size:
1.79 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-misc/grass/grass-5.0.3.ebuild,v 1.10 2004/08/11 15:36:54 usata Exp $ > >inherit eutils > >DESCRIPTION="An open-source GIS with raster and vector functionality" >HOMEPAGE="http://grass.itc.it/ > http://www.grass-japan.org/FOSS4G/GRASS/grass-inten.html" >SRC_URI="http://grass.ibiblio.org/${PN}60/source/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="tcltk png jpeg tiff postgres odbc gd motif truetype gdal readline" >RESTRICT=nostrip > >DEPEND=">=sys-devel/make-3.80 > >=sys-libs/zlib-1.1.4 > >=sys-devel/flex-2.5.4a > >=sys-devel/bison-1.35 > >=sys-libs/ncurses-5.3 > virtual/x11 > >=sys-libs/gdbm-1.8.0 > >=sys-devel/gcc-3.2.2 > =sci-libs/fftw-2* > >=sci-libs/lapack-3.0 > >=sci-libs/blas-19980702 > >=media-libs/netpbm-9.12 > >=dev-lang/R-1.6.1 > tcltk? ( >=dev-lang/tcl-8.3.4 > >=dev-lang/tk-8.3.4 ) > png? ( >=media-libs/libpng-1.2.5 ) > jpeg? ( >=media-libs/jpeg-6b ) > tiff? ( >=media-libs/tiff-3.5.7 ) > postgres? ( >=dev-db/postgresql-7.3.2 ) > odbc? ( >=dev-db/unixODBC-2.0.6 ) > gd? ( >=media-libs/gd-1.8.3 ) > motif? ( x11-libs/openmotif ) > truetype? ( >=media-libs/freetype-2.1.3 ) > gdal? ( sci-libs/gdal ) > readline? ( sys-libs/readline ) > " > >src_unpack() { > unpack ${A} > > cd ${S} > epatch rpm/fedora/grass-readline.patch >} > >src_compile() { > > myconf="--with-blas --with-lapack --prefix=${D}/usr" > > econf \ > `use_with tcltk` \ > `use_with png` \ > `use_with jpeg` \ > `use_with tiff` \ > `use_with odbc` \ > `use_with gd` \ > `use_with gdal` \ > `use_with readline` \ > `use_with postgres` \ > `use_with motif` \ > `use_with truetype` \ > ${myconf} || die > > emake -j1 || die >} > >src_install() { > emake install || die > dosed "s:^GISBASE=.*$:GISBASE=/usr/grass-6.0.0:" \ > /usr/bin/grass60 >}
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 84862
: 55050