New package: SoapySDR-0.6.1

This commit is contained in:
bra1nwave 2018-03-27 10:35:16 +02:00 committed by Jürgen Buchmüller
parent 53905c2ee0
commit ac91c67e1c
3 changed files with 32 additions and 0 deletions

View File

@ -3245,3 +3245,4 @@ libfifechan.so.0.1.4 fifechan-0.1.4_1
libfifechan_sdl.so.0.1.4 fifechan-0.1.4_1
libfifechan_opengl.so.0.1.4 fifechan-0.1.4_1
libpolyclipping.so.22 clipper-6.4.2_1
libSoapySDR.so.0.6 SoapySDR-0.6.1_1

1
srcpkgs/SoapySDR-devel Symbolic link
View File

@ -0,0 +1 @@
SoapySDR

30
srcpkgs/SoapySDR/template Normal file
View File

@ -0,0 +1,30 @@
# Template file for 'SoapySDR'
pkgname=SoapySDR
version=0.6.1
revision=1
wrksrc="${pkgname}-soapy-sdr-${version}"
build_style=cmake
pycompile_module="SoapySDR.py"
hostmakedepends="swig"
makedepends="python3-devel"
short_desc="Vendor and platform neutral SDR support library"
maintainer="bra1nwave <brainwave@openmailbox.org>"
license="BSL-1.0"
homepage="https://github.com/pothosware/SoapySDR"
distfiles="${homepage}/archive/soapy-sdr-${version}.tar.gz"
checksum=2ecf8e43518dfb24bd172923adf6ce25a6d3e39de3a8aadf26c890f60dd1e9f7
post_install() {
vlicense LICENSE_1_0.txt LICENSE
}
SoapySDR-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/share/cmake
vmove usr/lib/pkgconfig
}
}