mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
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'
|
# Template file for 'SoapySDR'
|
||||||
pkgname=SoapySDR
|
pkgname=SoapySDR
|
||||||
version=0.7.1
|
version=0.7.2
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname}-soapy-sdr-${version}"
|
wrksrc="${pkgname}-soapy-sdr-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
pycompile_module="SoapySDR.py"
|
hostmakedepends="doxygen swig"
|
||||||
hostmakedepends="swig"
|
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
short_desc="Vendor and platform neutral SDR support library"
|
short_desc="Vendor and platform neutral SDR support library"
|
||||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||||
license="BSL-1.0"
|
license="BSL-1.0"
|
||||||
homepage="https://github.com/pothosware/SoapySDR"
|
homepage="https://github.com/pothosware/SoapySDR"
|
||||||
|
changelog="https://raw.githubusercontent.com/pothosware/SoapySDR/master/Changelog.txt"
|
||||||
distfiles="${homepage}/archive/soapy-sdr-${version}.tar.gz"
|
distfiles="${homepage}/archive/soapy-sdr-${version}.tar.gz"
|
||||||
checksum=5445fbeb92f1322448bca3647f8cf12cc53d31ec6e0f11e0a543bacf43c8236d
|
checksum=6eb4143fed115911884bdbbe6fe32dbd99b4ada210c9e126ac3c49c24414347a
|
||||||
|
|
||||||
SoapySDR-devel_package() {
|
SoapySDR-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share/cmake
|
vmove usr/share/cmake
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue