mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
srt: remove libsrt dependency from libsrt
This commit is contained in:
parent
af24ce3761
commit
d36bce55f4
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'srt'
|
||||
pkgname=srt
|
||||
version=1.5.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="
|
||||
-DCMAKE_INSTALL_BINDIR=bin
|
||||
|
@ -17,7 +17,6 @@ distfiles="https://github.com/Haivision/srt/archive/refs/tags/v${version}.tar.gz
|
|||
checksum=d0a8b600fe1b4eaaf6277530e3cfc8f15b8ce4035f16af4a5eb5d4b123640cdd
|
||||
|
||||
libsrt_package() {
|
||||
depends="libsrt>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
|
|
Loading…
Add table
Reference in a new issue