Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 528010
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +7 lines)
Line  Link Here
0
-- /usr/portage/net-wireless/dump1090/dump1090-9999.ebuild     2013-02-08 18:23:51.000000000 +0100
0
++ /usr/local/portage/net-wireless/dump1090/dump1090-9999.ebuild       2014-11-02 13:50:27.791312406 +0100
Lines 7-14 Link Here
7
inherit git-2 toolchain-funcs
7
inherit git-2 toolchain-funcs
8
8
9
DESCRIPTION="simple Mode S decoder for RTLSDR devices"
9
DESCRIPTION="simple Mode S decoder for RTLSDR devices"
10
HOMEPAGE="https://github.com/antirez/dump1090"
10
HOMEPAGE="https://github.com/MalcolmRobb/dump1090"
11
EGIT_REPO_URI="git://github.com/antirez/dump1090.git"
11
EGIT_REPO_URI="git://github.com/MalcolmRobb/dump1090.git"
12
12
13
LICENSE="BSD"
13
LICENSE="BSD"
14
SLOT="0"
14
SLOT="0"
Lines 22-31 Link Here
22
       emake CC="$(tc-getCC)" \
22
       emake CC="$(tc-getCC)" \
23
               CFLAGS="$(pkg-config --cflags librtlsdr)" \
23
               CFLAGS="$(pkg-config --cflags librtlsdr)" \
24
               LIBS="${LDFLAGS} $(pkg-config --libs librtlsdr) -lm -lpthread" \
24
               LIBS="${LDFLAGS} $(pkg-config --libs librtlsdr) -lm -lpthread" \
25
               PREFIX=/usr
25
               all
26
               all
26
}
27
}
27
28
28
src_install() {
29
src_install() {
29
       dobin ${PN}
30
       dobin ${PN}
30
       dodoc TODO README.md
31
       dodoc TODO README.md
32
33
       insinto /usr/share/${PN}
34
       doins -r public_html/*
31
}
35
}

Return to bug 528010