libsrtp: fix template building
This commit is contained in:
parent
85a6fca697
commit
0a89ad900e
|
@ -4,7 +4,7 @@ version=2.3.0
|
|||
revision=1
|
||||
build_style=gnu-configure
|
||||
make_build_target="all shared_library"
|
||||
hostmakedepends="automake pkg-config"
|
||||
hostmakedepends="pkg-config"
|
||||
short_desc="Library implementing SRTP, the Secure Real-time Transport Protocol"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
|
@ -19,10 +19,6 @@ post_install() {
|
|||
vlicense LICENSE
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
libsrtp-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue