diff --git a/srcpkgs/libsrtp/template b/srcpkgs/libsrtp/template index 2097f9c3ed..fefe1d234e 100644 --- a/srcpkgs/libsrtp/template +++ b/srcpkgs/libsrtp/template @@ -1,16 +1,17 @@ -# Template build file for 'libsrtp'. +# Template build file for 'libsrtp' pkgname=libsrtp -version=2.1.0 +version=2.2.0 revision=1 build_style=gnu-configure make_build_target="all shared_library" hostmakedepends="automake pkg-config" short_desc="Library implementing SRTP, the Secure Real-time Transport Protocol" maintainer="Juan RP " -license="BSD" +license="BSD-3-Clause" homepage="https://github.com/cisco/libsrtp" +#changelog="https://raw.githubusercontent.com/cisco/libsrtp/master/CHANGES" distfiles="https://github.com/cisco/libsrtp/archive/v${version}.tar.gz" -checksum=0302442ed97d34a77abf84617b657e77674bdd8e789d649f1cac0c5f0d0cf5ee +checksum=44fd7497bce78767e96b54a11bca520adb2ad32effd515f04bce602b60a1a50b post_install() { vlicense LICENSE @@ -26,7 +27,7 @@ libsrtp-devel_package() { pkg_install() { vmove usr/include vmove usr/lib/pkgconfig - vmove usr/lib/*.so - vmove usr/lib/*.a + vmove "usr/lib/*.so" + vmove "usr/lib/*.a" } }