SoapySDR: update to 0.7.2.
This commit is contained in:
parent
e109ff0b5c
commit
9d9de13655
1 changed files with 7 additions and 7 deletions
|
@ -1,25 +1,25 @@
|
|||
# Template file for 'SoapySDR'
|
||||
pkgname=SoapySDR
|
||||
version=0.7.1
|
||||
revision=2
|
||||
version=0.7.2
|
||||
revision=1
|
||||
wrksrc="${pkgname}-soapy-sdr-${version}"
|
||||
build_style=cmake
|
||||
pycompile_module="SoapySDR.py"
|
||||
hostmakedepends="swig"
|
||||
hostmakedepends="doxygen swig"
|
||||
makedepends="python3-devel"
|
||||
short_desc="Vendor and platform neutral SDR support library"
|
||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||
license="BSL-1.0"
|
||||
homepage="https://github.com/pothosware/SoapySDR"
|
||||
changelog="https://raw.githubusercontent.com/pothosware/SoapySDR/master/Changelog.txt"
|
||||
distfiles="${homepage}/archive/soapy-sdr-${version}.tar.gz"
|
||||
checksum=5445fbeb92f1322448bca3647f8cf12cc53d31ec6e0f11e0a543bacf43c8236d
|
||||
checksum=6eb4143fed115911884bdbbe6fe32dbd99b4ada210c9e126ac3c49c24414347a
|
||||
|
||||
SoapySDR-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/cmake
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue