mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: belr-0.1.3
This commit is contained in:
parent
8abc4389d7
commit
1efee4f12a
4 changed files with 28 additions and 0 deletions
|
@ -3395,3 +3395,4 @@ libmediastreamer_base.so.10 mediastreamer-2.16.1_1
|
||||||
libmediastreamer_voip.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
|
||||||
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
1
srcpkgs/belr-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
belr
|
25
srcpkgs/belr/template
Normal file
25
srcpkgs/belr/template
Normal 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
1
srcpkgs/libbelr
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
belr
|
Loading…
Add table
Reference in a new issue