New package: gnuradio-osmosdr-0.1.4
This commit is contained in:
parent
cc377559b5
commit
ad85cfdab8
3 changed files with 28 additions and 0 deletions
|
@ -3185,6 +3185,7 @@ libgnuradio-vocoder-3.7.13.3.so.0.0.0 gnuradio-3.7.13.3_1
|
||||||
libgnuradio-fcd-3.7.13.3.so.0.0.0 gnuradio-3.7.13.3_1
|
libgnuradio-fcd-3.7.13.3.so.0.0.0 gnuradio-3.7.13.3_1
|
||||||
libgnuradio-wavelet-3.7.13.3.so.0.0.0 gnuradio-3.7.13.3_1
|
libgnuradio-wavelet-3.7.13.3.so.0.0.0 gnuradio-3.7.13.3_1
|
||||||
libgnuradio-wxgui-3.7.13.3.so.0.0.0 gnuradio-3.7.13.3_1
|
libgnuradio-wxgui-3.7.13.3.so.0.0.0 gnuradio-3.7.13.3_1
|
||||||
|
libgnuradio-osmosdr-0.1.4.so.0.0.0 gnuradio-osmosdr-0.1.4_1
|
||||||
libflann_cpp.so.1.9 flann-1.9.1_1
|
libflann_cpp.so.1.9 flann-1.9.1_1
|
||||||
libflann.so.1.9 flann-1.9.1_1
|
libflann.so.1.9 flann-1.9.1_1
|
||||||
libvtksys-8.1.so.1 vtk-8.1.0_1
|
libvtksys-8.1.so.1 vtk-8.1.0_1
|
||||||
|
|
1
srcpkgs/gnuradio-osmosdr-devel
Symbolic link
1
srcpkgs/gnuradio-osmosdr-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
gnuradio-osmosdr
|
26
srcpkgs/gnuradio-osmosdr/template
Normal file
26
srcpkgs/gnuradio-osmosdr/template
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Template file for 'gnuradio-osmosdr'
|
||||||
|
pkgname=gnuradio-osmosdr
|
||||||
|
version=0.1.4
|
||||||
|
revision=1
|
||||||
|
wrksrc="gr-osmosdr-${version}"
|
||||||
|
build_style=cmake
|
||||||
|
pycompile_module="osmosdr"
|
||||||
|
hostmakedepends="pkg-config python-cheetah swig"
|
||||||
|
makedepends="boost-devel gnuradio-devel libairspy-devel libhackrf-devel librtlsdr-devel
|
||||||
|
python-devel"
|
||||||
|
short_desc="GNU Radio source block for rtlsdr, hackrf and airspy"
|
||||||
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://sdr.osmocom.org/trac/"
|
||||||
|
distfiles="https://github.com/osmocom/gr-osmosdr/archive/v${version}.tar.gz"
|
||||||
|
checksum=bcf9a9b1760e667c41a354e8cd41ef911d0929d5e4a18e0594ccb3320d735066
|
||||||
|
|
||||||
|
gnuradio-osmosdr-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue