mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
librtlsdr: update to 2.0.2.
This commit is contained in:
parent
97ae2bebb3
commit
6d71ed0573
1 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'librtlsdr'
|
# Template file for 'librtlsdr'
|
||||||
pkgname=librtlsdr
|
pkgname=librtlsdr
|
||||||
version=0.6.0
|
version=2.0.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -9,8 +9,13 @@ short_desc="Turns your Realtek RTL2832 based DVB dongle into a SDR receiver"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://osmocom.org/projects/rtl-sdr/wiki"
|
homepage="https://osmocom.org/projects/rtl-sdr/wiki"
|
||||||
distfiles="https://github.com/steve-m/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/steve-m/librtlsdr/archive/v${version}.tar.gz"
|
||||||
checksum=80a5155f3505bca8f1b808f8414d7dcd7c459b662a1cde84d3a2629a6e72ae55
|
checksum=f407de0b6dce19e81694814e363e8890b6ab2c287c8d64c27a03023e5702fb42
|
||||||
|
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vinstall rtl-sdr.rules 644 usr/lib/udev/rules.d 53-rtl-sdr.rules
|
||||||
|
}
|
||||||
|
|
||||||
librtlsdr-devel_package() {
|
librtlsdr-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
@ -18,6 +23,7 @@ librtlsdr-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/lib/cmake
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
|
@ -29,7 +35,3 @@ rtl-sdr_package() {
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vinstall rtl-sdr.rules 644 usr/lib/udev/rules.d 53-rtl-sdr.rules
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue