mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
bzrtp: update to 1.0.5 (fail to build)
This commit is contained in:
parent
31a5923329
commit
729b88890d
@ -1,22 +1,15 @@
|
||||
# Arch contribution https://www.archlinux.org/packages/community/x86_64/bzrtp/
|
||||
|
||||
pkgname=bzrtp
|
||||
pkgver=1.0.3
|
||||
pkgrel=2
|
||||
pkgver=1.0.5
|
||||
pkgrel=1
|
||||
pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
|
||||
arch=('x86_64')
|
||||
url="http://www.linphone.org/"
|
||||
license=('GPL2')
|
||||
depends=('libxml2' 'mbedtls')
|
||||
source=("https://github.com/BelledonneCommunications/bzrtp/archive/${pkgver}.tar.gz"
|
||||
"mbedtls2.patch")
|
||||
sha256sums=('6c7894749102cea45186481b114119baf63a45c9c998cf227ef014a3b960463c'
|
||||
'a0859bae57be402dfc497b22d096fcbd3a615de2b13e736eacd3204f6477b7ec')
|
||||
|
||||
prepare(){
|
||||
cd ${pkgname}-${pkgver}
|
||||
patch -p1 <$srcdir/mbedtls2.patch
|
||||
}
|
||||
depends=('libxml2' 'mbedtls' 'bctoolbox')
|
||||
source=("https://github.com/BelledonneCommunications/bzrtp/archive/${pkgver}.tar.gz")
|
||||
sha256sums=('13fdb99b7b6060965a36cd4a87168a2d07fb9bd4c559b867a03db966cf557fea')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
@ -28,4 +21,4 @@ build() {
|
||||
package() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user