Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 94430 Details for
Bug 144169
sci-geosciences/gpsbabell-1.3.0 version bump + optional tetex dependency
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gpsbabel-1.3.0.ebuild
gpsbabel-1.3.0.ebuild (text/plain), 2.00 KB, created by
Jakub Moc (RETIRED)
on 2006-08-16 23:28:35 UTC
(
hide
)
Description:
gpsbabel-1.3.0.ebuild
Filename:
MIME Type:
Creator:
Jakub Moc (RETIRED)
Created:
2006-08-16 23:28:35 UTC
Size:
2.00 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsbabel/gpsbabel-1.2.7.ebuild,v 1.2 2005/09/11 13:40:11 swegener Exp $ > >inherit eutils toolchain-funcs > >DESCRIPTION="GPSBabel converts waypoints, tracks, and routes from one format to another" > >HOMEPAGE="http://www.gpsbabel.org/" > >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" > >SLOT="0" > >KEYWORDS="~x86" > >IUSE="usb debug doc" > >DEPEND="dev-libs/expat > doc? ( virtual/tetex ) > usb? ( dev-libs/libusb ) > debug? ( dev-util/efence )" > > >src_unpack() { > unpack ${A} > cd "${S}" > > local serror > serror="Unable to modify Makefile.in with sed" > if use debug; then > sed "s/# -lefence/-lefence/" -i Makefile.in || die "${serror} (efence)" > fi > if use usb; then > einfo "Usb support will be enabled" > else > sed "s/LIBUSB=/INHIBIT_USB=-DNO_USB\nLIBUSB=#/" -i Makefile.in || \ > die "${serror} (usb)" > fi > sed "s/OPTIMIZATION=-O/OPTIMIZATION=${CFLAGS} /" -i Makefile.in || \ > die "${serror} (optimization)" >} > >src_compile() { > econf || die "econf failed" > emake CC="$(tc-getCC)" || die "emake failed, see messages above" > > if use doc ; then > cd "${S}"/doc/ > make || die "Documentation generation failed" > fi >} > >src_install() { > dobin gpsbabel || die "Unable to install gpsbabel binary" > dodoc README* || die "Unable to install gpsbabel doc" > > local DDIR > DDIR="/usr/share/doc/${PF}/samples" > sed -e "s:\./gpsbabel:gpsbabel:" \ > -e "s:reference:${DDIR}/reference:" \ > -i testc || die "${serror} (samples)" > insinto ${DDIR}/scripts > doins contrib/gpx2xfig testc || \ > die "Unable to install gpsbabel test scripts" > chmod 0755 "${D}"/${DDIR}/scripts/testc > for i in reference reference/{cet,route,track,gc} ; do > insinto ${DDIR}/${i} > doins ${i}/* || die "Unable to install samples from ${i} directory" > done > > if use doc ; then > cd "${S}"/doc/ > docinto manual > dodoc doc.dvi babelfront2.eps || \ > die "Unable to install gpsbabel documentation" > 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 144169
:
94430
|
94431