New package: belr-0.1.3

This commit is contained in:
John 2017-12-08 23:53:47 +01:00 committed by maxice8
parent 8abc4389d7
commit 1efee4f12a
4 changed files with 28 additions and 0 deletions

View File

@ -3395,3 +3395,4 @@ libmediastreamer_base.so.10 mediastreamer-2.16.1_1
libmediastreamer_voip.so.10 mediastreamer-2.16.1_1
liblinphone.so.9 linphone-3.12.0_1
liblinphone++.so.9 linphone-3.12.0_1
libbelr.so.1 belr-0.1.3_1

1
srcpkgs/belr-devel Symbolic link
View File

@ -0,0 +1 @@
belr

25
srcpkgs/belr/template Normal file
View File

@ -0,0 +1,25 @@
# Template file for 'belr'
pkgname=belr
version=0.1.3
revision=1
wrksrc="${pkgname}-${version}-0"
build_style=cmake
makedepends="bctoolbox-devel"
short_desc="ABNF Parser"
maintainer="John <johnz@posteo.net>"
license="GPL-3.0-or-later"
homepage="https://www.linphone.org"
distfiles="https://www.linphone.org/releases/sources/belr/belr-${version}.tar.gz"
checksum=81995491f6049f67cf84339ed69880816186ed518dd5d80e6b3b793c1e139bbb
belr-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/bin
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
vmove usr/include
vmove usr/share/Belr/cmake
}
}

1
srcpkgs/libbelr Symbolic link
View File

@ -0,0 +1 @@
belr