Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 180157 Details for
Bug 249980
New ebuild for sci-geosciences/qlandkartegt, obsoleting sci-geosciences/qlandkarte
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for QLandkarteGT 0.9.3
qlandkartegt-0.9.3.ebuild (text/plain), 1.03 KB, created by
Dominik George
on 2009-01-29 20:48:40 UTC
(
hide
)
Description:
Ebuild for QLandkarteGT 0.9.3
Filename:
MIME Type:
Creator:
Dominik George
Created:
2009-01-29 20:48:40 UTC
Size:
1.03 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="1" > >DESCRIPTION="View and upload map files, track and waypoint data to your Garmin GPS." >HOMEPAGE="http://www.qlandkarte.org/" >SRC_URI="mirror://sourceforge/${PN}/QLandkarteGT.${PV}.tar.gz > garmin? ( http://pub.naturalnet.de/~nik/qlandkartegt-garmindev-20090128.tar.gz )" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="garmin" >DEPEND="|| ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 ) =x11-libs/qt-4.3* ) > sci-libs/proj > sci-libs/gdal > dev-libs/libusb" > >S="${WORKDIR}/QLandkarteGT.2009.01.01" > >src_compile() { > cd ${WORKDIR} > mkdir build_qlandkartegt > cd build_qlandkartegt > cmake ${S} > emake > > if use garmin; then > cd ${WORKDIR} > mkdir build_garmindev > cd build_garmindev > mkdir ../qlandkarte > ln -s ../qlandkarte > cmake ../GarminDev > emake > fi >} > >src_install() { > cd ${WORKDIR}/build_qlandkartegt > make DESTDIR="${D}" install > > if use garmin; then > cd ${WORKDIR}/build_garmindev > make DESTDIR="${D}" install > 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 249980
:
174355
|
174364
|
174598
|
174599
| 180157 |
181568
|
181570