mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
libsrtp: fix template building
This commit is contained in:
parent
85a6fca697
commit
0a89ad900e
1 changed files with 1 additions and 5 deletions
|
@ -4,7 +4,7 @@ version=2.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_target="all shared_library"
|
make_build_target="all shared_library"
|
||||||
hostmakedepends="automake pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
short_desc="Library implementing SRTP, the Secure Real-time Transport Protocol"
|
short_desc="Library implementing SRTP, the Secure Real-time Transport Protocol"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
@ -19,10 +19,6 @@ post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
||||||
libsrtp-devel_package() {
|
libsrtp-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue