parent
6638dc5526
commit
19c5265e0b
3 changed files with 25 additions and 0 deletions
|
@ -3384,3 +3384,4 @@ libllhttp.so.1 llhttp-1.0.1_1
|
|||
libpinyin.so.13 libpinyin-2.2.1_1
|
||||
libuhd.so.3 uhd-3.13.0.2_1
|
||||
libeditline.so.1 editline-1.16.0_1
|
||||
libgnuradio-rds-3.7.0git.so.0.0.0 gnuradio-rds-1.1.0_1
|
||||
|
|
1
srcpkgs/gnuradio-rds-devel
Symbolic link
1
srcpkgs/gnuradio-rds-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
gnuradio-rds
|
23
srcpkgs/gnuradio-rds/template
Normal file
23
srcpkgs/gnuradio-rds/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'gnuradio-rds'
|
||||
pkgname=gnuradio-rds
|
||||
version=1.1.0
|
||||
revision=1
|
||||
wrksrc="gr-rds-${version}"
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config swig"
|
||||
makedepends="gnuradio-devel python-devel boost-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
|
||||
|
||||
gnuradio-rds-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue