Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 97761 Details for
Bug 56262
qgis ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
qgis-0.8.0_pre2.ebuild
qgis-0.8.0_pre2.ebuild (text/plain), 2.37 KB, created by
Emiliano Vavassori
on 2006-09-22 09:43:34 UTC
(
hide
)
Description:
qgis-0.8.0_pre2.ebuild
Filename:
MIME Type:
Creator:
Emiliano Vavassori
Created:
2006-09-22 09:43:34 UTC
Size:
2.37 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils qt4 > >DESCRIPTION="Quantum GIS (QGIS) is a Geographic Information System (GIS)" >HOMEPAGE="http://www.qgis.org/" >SRC_URI="http://qgis.org/uploadfiles/qgis_Release-0_8-preview-2.tar.gz >samples? ( >http://qgis.org/uploadfiles/qgis_sample_data.tar.gz >)" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="debug gps grass gsl postgres samples" > >DEPEND=">=sci-libs/gdal-1.2.5 > >=dev-db/sqlite-3.2.1 > $(qt4_min_version 4.1) > sci-libs/geos > sci-libs/proj > postgres? ( >=dev-db/postgresql-8 > dev-db/postgis ) > grass? ( || ( > >=sci-geosciences/grass-5.0.2 > sci-geosciences/grass-cvs ) > sci-libs/gdal-grass ) > gps? ( sci-geosciences/gpsbabel ) > gsl? ( >=sci-libs/gsl-1.6 )" >RDEPEND=">=sci-libs/gdal-1.2.5 > >=dev-db/sqlite-3.2.1 > sci-libs/geos > sci-libs/proj > postgres? ( > >=dev-db/postgresql-8 > dev-db/postgis ) > grass? ( || ( > >=sci-geosciences/grass-5.0.2 > sci-geosciences/grass-cvs ) > sci-libs/gdal-grass ) > gps? ( sci-geosciences/gpsbabel ) > gsl? ( >=sci-libs/gsl-1.6 )" > >S="${WORKDIR}/qgis_Release-0_8-preview-2" > >src_compile() { > cd "${S}" > epatch ${FILESDIR}/qgis-0.8.0-pre2-pkg-config.patch > local myconf; > myconf="--with-geos=$(which geos-config) --with-projdir=/usr\ > --with-qt-pkg-config --with-sqlite3dir=/usr\ > --with-gdal=$(which gdal-config) --prefix=/usr" > > if use grass; then > GRASS_ENVD="/etc/env.d/99grass /etc/env.d/99grass-cvs"; > for file in ${GRASS_ENVD}; do > if test -r ${file}; then > GRASSPATH=$(sed -n 's/LDPATH="\(.*\)\/lib"$/\1/p' ${file}); > fi > done > myconf="${myconf} $(use_with grass grass ${GRASSPATH})"; > fi > > myconf="${myconf} $(use_with postgres postgresql)\ > $(use_enable gsl georef)\ > $(use_enable gps gpx)\ > $(use_enable debug)" > ./autogen.sh ${myconf} || die "Bootstrap and configure failed" > > emake -j1 || die "emake failed" >} > >src_install() { > cd "${S}" > make DESTDIR="${D}" install || die "Installation failed" > dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO \ > || die "Unable to install doc" > > if use samples; then > cd "${WORKDIR}" > insinto /usr/share/doc/${PF}/sample_data > doins qgis_sample_data/* || die "Unable to install sample data" > fi >} > >pkg_postinst() { > if use samples; then > einfo "You could find sample data to use with qgis in \ > /usr/share/doc/${PF}/sample_data/" > fi >}
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 56262
:
44815
|
45160
|
47690
|
48600
|
51223
|
55362
|
55367
|
57293
|
57364
|
64446
|
64495
|
64901
|
64903
|
67672
|
67720
|
67820
|
68003
|
68006
|
69038
|
70498
|
70583
|
72171
|
80743
|
81191
|
82342
|
88106
|
90976
|
97742
| 97761 |
98062
|
98118
|
98238
|
99966
|
101036
|
102166
|
104978
|
104979
|
105391
|
105534
|
106356
|
135493
|
141106
|
141123
|
141124
|
141127
|
145949
|
152219
|
152231
|
152233
|
160875
|
161026
|
161028
|
161313
|
161442
|
161443
|
162348
|
166940
|
166942
|
169514
|
173271
|
174150
|
176003
|
182560
|
195744
|
197535
|
204788