Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 543508 Details for
Bug 652374
net-wireless/rtl-ais A simple AIS tuner and generic dual-frequency FM demodulator (sci-geosciences/opencpn data source)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild 0.3 and 9999
rtl-ais-0.3.ebuild (text/plain), 840 bytes, created by
Philippe Trottier
on 2018-08-15 14:56:01 UTC
(
hide
)
Description:
New ebuild 0.3 and 9999
Filename:
MIME Type:
Creator:
Philippe Trottier
Created:
2018-08-15 14:56:01 UTC
Size:
840 bytes
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >inherit toolchain-funcs > >DESCRIPTION="A simple AIS tuner and generic dual-frequency FM demodulator" >HOMEPAGE="https://github.com/dgiardini/rtl-ais" > >if [[ ${PV} == "9999" ]] ; then > inherit git-r3 > EGIT_REPO_URI="https://github.com/dgiardini/${PN}.git" > KEYWORDS="" >else > KEYWORDS="~arm ~amd64 ~x86" > SRC_URI="https://github.com/dgiardini/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" >fi > >LICENSE="GPL-2" >SLOT="0" >IUSE="" > >RDEPEND="net-wireless/rtl-sdr > virtual/libusb:1" >DEPEND="${RDEPEND}" > >src_compile() { > emake CC="$(tc-getCC)" \ > UNAME="Linux" > CFLAGS="$($(tc-getPKG_CONFIG) --cflags librtlsdr) ${CFLAGS}" \ > LIBS="${LDFLAGS} $($(tc-getPKG_CONFIG) --libs librtlsdr) -lm -lpthread" >} >src_install() { > dobin rtl_ais >}
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 652374
:
526496
|
526504
| 543508 |
906490