Skip to content

Commit

Permalink
trunk-recorder: no it works, just not sanely
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- committed Jan 10, 2019
1 parent 886309c commit 5575ddd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions net-wireless/trunk-recorder/trunk-recorder-9999.ebuild
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,11 +20,18 @@ IUSE=""
DEPEND="net-wireless/gr-osmosdr:= DEPEND="net-wireless/gr-osmosdr:=
net-wireless/gnuradio:= net-wireless/gnuradio:=
net-wireless/uhd:= net-wireless/uhd:=
net-wireless/op25:=
dev-libs/openssl:0= dev-libs/openssl:0=
dev-libs/boost" dev-libs/boost"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
BDEPEND="" BDEPEND=""


src_prepare() {
cmake-utils_src_prepare
#so this compiles against the bundled op25 then runs with the system op25. I should probably fix that
#rm -r lib/op25_repeater
}

src_install() { src_install() {
newbin "${BUILD_DIR}/recorder" "${PN}" newbin "${BUILD_DIR}/recorder" "${PN}"
insinto /usr/share/"${PN}" insinto /usr/share/"${PN}"
Expand Down

0 comments on commit 5575ddd

Please sign in to comment.