diff --git a/common/shlibs b/common/shlibs index ac0605b054d..9915b3fe8fc 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3385,3 +3385,4 @@ 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 +libgnuradio-nrsc5-1.0.0git.so.0.0.0 gnuradio-nrsc5-1.0.0_1 diff --git a/srcpkgs/gnuradio-nrsc5-devel b/srcpkgs/gnuradio-nrsc5-devel new file mode 120000 index 00000000000..77ce742e2fa --- /dev/null +++ b/srcpkgs/gnuradio-nrsc5-devel @@ -0,0 +1 @@ +gnuradio-nrsc5 \ No newline at end of file diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template new file mode 100644 index 00000000000..23e59f21ea4 --- /dev/null +++ b/srcpkgs/gnuradio-nrsc5/template @@ -0,0 +1,24 @@ +# Template file for 'gnuradio-nrsc5' +pkgname=gnuradio-nrsc5 +version=1.0.0 +revision=1 +wrksrc="gr-nrsc5-${version}" +build_style=cmake +hostmakedepends="git autoconf automake libtool swig" +makedepends="gnuradio-devel boost-devel libcppunit-devel python-devel" +short_desc="GNU Radio implementation of HD Radio" +maintainer="Remi Pommarel " +license="GPL-3.0-or-later" +homepage="https://github.com/argilo/gr-nrsc5/" +distfiles="https://github.com/argilo/gr-nrsc5/archive/v${version}.tar.gz" +checksum=d736c4cb1104254d07296d2a61880e07149c9bfd1a49aed504215672d4e09485 + +gnuradio-nrsc5-devel_package() { + depends="${makedepends} ${sourcepkg}-${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}