diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-07-10 22:47:53 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-07-10 22:47:53 -0500 |
commit | 6262dfe2567f9c003c2bcfeaeaeea0dc1e783e97 (patch) | |
tree | 42a6a5e454e2b47952c6733b4e8c068988b63678 | |
parent | 491cfb70c4cf41e2374ad3b68f40d87afcc1a6c0 (diff) | |
download | abslibre-6262dfe2567f9c003c2bcfeaeaeea0dc1e783e97.tar.gz abslibre-6262dfe2567f9c003c2bcfeaeaeea0dc1e783e97.tar.bz2 abslibre-6262dfe2567f9c003c2bcfeaeaeea0dc1e783e97.zip |
Removing bzrtp-git. Use bzrtp instead
-rw-r--r-- | pcr/bzrtp-git/PKGBUILD | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/pcr/bzrtp-git/PKGBUILD b/pcr/bzrtp-git/PKGBUILD deleted file mode 100644 index e5d1caf16..000000000 --- a/pcr/bzrtp-git/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# Maintainer: André Silva <emulatorman@parabola.nu> - -_pkgname=bzrtp -pkgname=bzrtp-git -pkgver=r155.0d3874b -pkgrel=1 -pkgdesc="Free Software implementation of ZRTP keys exchange protocol" -arch=('i686' 'x86_64') -url="https://github.com/BelledonneCommunications/bzrtp" -license=('GPL2') -depends=('libxml2' 'mbedtls' 'bcunit-git' 'bctoolbox-git') -makedepends=('git') -conflicts=("${_pkgname}") -provides=("${_pkgname}") -source=("${_pkgname}-${pkgver}::git+https://github.com/BelledonneCommunications/bzrtp#branch=master") -sha256sums=('SKIP') - -pkgver() { - cd $_pkgname-$pkgver - printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" -} - -prepare() { - cd $_pkgname-$pkgver - ./autogen.sh -} - -build() { - cd $_pkgname-$pkgver - ./configure --prefix=/usr - make -} - -package() { - cd $_pkgname-$pkgver - make DESTDIR="${pkgdir}" install -} |