Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 174364 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.1 with optional Garmin drivers
qlandkartegt-0.9.1.ebuild (text/plain), 1.16 KB, created by
Dominik George
on 2008-12-05 22:05:10 UTC
(
hide
)
Description:
Ebuild for QLandkarteGT 0.9.1 with optional Garmin drivers
Filename:
MIME Type:
Creator:
Dominik George
Created:
2008-12-05 22:05:10 UTC
Size:
1.16 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qlandkarte/qlandkarte-0.7.3.ebuild,v 1.2 2008/07/27 01:20:03 carlo Exp $ > >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-20081205.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.2008.12.05" > >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() { > mkdir ${D}/bin > cp ${WORKDIR}/build_qlandkartegt/bin/qlandkartegt ${D}/bin > > if use garmin; then > mkdir -p ${D}/usr/lib > cp -r ${WORKDIR}/qlandkarte ${D}/usr/lib > 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