fosphor_knob: a little bit better

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-01-23 16:09:17 -05:00
parent 69ec77970a
commit f9df4d1536
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
2 changed files with 9 additions and 4 deletions

View file

@ -1 +1 @@
DIST fosphor_knob-0.4.tar.xz 6588 BLAKE2B fa243f0212a294ca5d125114533c948649052aa8f6ca00f5d1f69eef21c00124ea6f65bbe0306ff3a107292d8270d1393e717273ff243ecefbc63cccab9f78dc SHA512 ff8eac200bacb604c97e2657e2b75a8e4605c0f692add74d5b80698cfc56bc75c959eba9688252cc5276a4c512e6f174463376bb3c2d624c4e81514bc7b5916e
DIST fosphor_knob-0.5.tar.xz 5360 BLAKE2B bef6f94ec0b6780d24ecd8d7e979f67ca6e5f2336a67a63786fe0e6974700f70faa985cf0dc2c4ab335dd8709d2d1bc8c21508528785276133707d1df196ec84 SHA512 d44b8b771e9a94f747aeedb17b03bf2f1ade445242b05c58e68abb6e0becc4305127de2c19c018fc646ff9ea78c4d4b99c7d9058f5e0391c193e01f81a699cb9

View file

@ -12,15 +12,20 @@ SLOT="0"
KEYWORDS="amd64"
IUSE=""
DEPEND=""
DEPEND="net-wireless/gnuradio"
RDEPEND="${DEPEND}"
BDEPEND=""
PDEPEND="net-wireless/gnuradio
net-wireless/uhd"
PDEPEND="net-wireless/uhd
net-analyzer/gr-fosphor"
src_compile() {
grcc -d "${S}" fosphor_with_griffin_powermate_knob.grc
}
src_install() {
insinto /usr/share/${PN}
doins *.py *.grc
fperms +x /usr/share/${PN}/run.py
fperms +x /usr/share/${PN}/fosphor_knob.py
newbin fosphor_knob.sh fosphor_knob
}