Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 174630 Details for
Bug 250255
sci-geosciences/gpsbabel-1.3.6.ebuild (revbump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sci-geosciences/gpsbabel-1.3.6.ebuild
gpsbabel-1.3.6.ebuild (text/plain), 1.33 KB, created by
Kalin KOZHUHAROV
on 2008-12-08 09:32:34 UTC
(
hide
)
Description:
sci-geosciences/gpsbabel-1.3.6.ebuild
Filename:
MIME Type:
Creator:
Kalin KOZHUHAROV
Created:
2008-12-08 09:32:34 UTC
Size:
1.33 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="GPS waypoints, tracks and routes converter" >HOMEPAGE="http://www.gpsbabel.org/" >SRC_URI="mirror://gentoo/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~sparc ~x86" >IUSE="doc usb debug" > >RDEPEND="dev-libs/expat > usb? ( dev-libs/libusb ) > debug? ( dev-util/efence )" >DEPEND="doc? ( virtual/latex-base dev-libs/libxslt dev-libs/libxml2 dev-lang/perl ) > ${RDEPEND}" > >src_compile() { > local myconf=""; > if ! use usb;then > myconf="${myconf} --with-libusb=no" > fi > if use doc; then > myconf="${myconf} --with-doc=${S}/doc/manual" > fi > econf ${myconf} $(use_enable debug efence) || die > emake || die "emake failed" > if use doc; then > emake doc || die "Documentation generation failed" > cd "${S}/doc" > make || die "Documentation generation failed" > fi >} > >src_install() { > make DESTDIR="${D}" install || die "Install failed" > dodoc README* || die "Unable to install gpsbabel doc" > if use doc; then > cd "${S}"/doc/ > dohtml ./manual/htmldoc-${PV}/* || die "Unable to install htmldoc" > docinto manual > dodoc doc.dvi babelfront2.eps || \ > die "Unable to install gpsbabel documentation" > fi >} > >pkg_postinst(){ > if use debug; then > einfo "If you need to debug gpsbabel, please use : gpsbabel-debug" > 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 250255
:
174630
|
179828
|
179872