parent
3553117b91
commit
b74366b423
|
@ -3505,7 +3505,7 @@ libllhttp.so.1 llhttp-1.0.1_1
|
|||
libpinyin.so.13 libpinyin-2.2.1_1
|
||||
libuhd.so.3.15.0 uhd-3.15.0.0_1
|
||||
libeditline.so.1 editline-1.16.0_1
|
||||
libgnuradio-rds-3.7.0git.so.0.0.0 gnuradio-rds-1.1.0_1
|
||||
libgnuradio-rds.so.1 gnuradio-rds-3.8.0_1
|
||||
libgnuradio-nrsc5-1.0.0git.so.0.0.0 gnuradio-nrsc5-1.0.0_1
|
||||
libvkd3d-utils.so.1 vkd3d-1.1_1
|
||||
libvkd3d.so.1 vkd3d-1.1_1
|
||||
|
|
|
@ -1,23 +1,25 @@
|
|||
# Template file for 'gnuradio-rds'
|
||||
pkgname=gnuradio-rds
|
||||
version=1.1.0
|
||||
revision=2
|
||||
version=3.8.0
|
||||
revision=1
|
||||
wrksrc="gr-rds-${version}"
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config swig"
|
||||
makedepends="gnuradio-devel python-devel boost-devel"
|
||||
makedepends="gnuradio-devel python3-devel boost-devel log4cpp-devel
|
||||
mpir-devel volk-devel"
|
||||
short_desc="GNUradio FM RDS/TMC Transceiver"
|
||||
maintainer="Remi Pommarel <repk@triplefau.lt>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/bastibl/gr-rds/"
|
||||
distfiles="https://github.com/bastibl/gr-rds/archive/v${version}.tar.gz"
|
||||
checksum=503574ed44e00caba1fb2aed7722fac487c318e57cb438d3af7833cd91dffb22
|
||||
checksum=39cada996eca9f362fb07548c5f4f7b95c9d138c3859aa7a673a58cc105f563a
|
||||
|
||||
gnuradio-rds-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue