New package: gnuradio-nrsc5-1.0.0_1

closes #7165
This commit is contained in:
Remi Pommarel 2018-11-09 14:26:11 +01:00 committed by maxice8
parent 19c5265e0b
commit 7baf4bcdac
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
3 changed files with 26 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1 @@
gnuradio-nrsc5

View file

@ -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 <repk@triplefau.lt>"
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"
}
}