summaryrefslogtreecommitdiffstats
path: root/bctoolbox
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2017-07-08 15:55:05 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2017-07-08 15:55:05 -0400
commit6131fc688b64a0b903fd7eddcec32d69bcc202f5 (patch)
tree1bda8e04d59f72511d1850a8ec53e7de380ba107 /bctoolbox
parent8786b2515aca2bea4fa3d88e9f122f7d950582db (diff)
downloadarch-pkgs-6131fc688b64a0b903fd7eddcec32d69bcc202f5.tar.gz
new submodules
Diffstat (limited to 'bctoolbox')
-rw-r--r--bctoolbox/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/bctoolbox/PKGBUILD b/bctoolbox/PKGBUILD
deleted file mode 100644
index 0bed7ca..0000000
--- a/bctoolbox/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Guillaume Horel <guillaume.horel@gmail.com>
-
-pkgname=bctoolbox
-pkgver=0.2.0.27.gc11f1e7
-pkgrel=1
-pkgdesc="Utilities library for Belledonne Communications software"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/"
-license=('GPL')
-depends=()
-makedepends=('bcunit')
-source=("git://github.com/BelledonneCommunications/$pkgname.git")
-md5sums=('SKIP')
-
-pkgver() {
- cd "${srcdir}/${pkgname}"
- git describe --long --tags | sed 's/^v//; s/-/./g'
-
-
-build() {
- cd "${srcdir}"
- mkdir -p build
- cd build
- cmake -DENABLE_TESTS_COMPONENT="OFF" -DCMAKE_INSTALL_LIBDIR="/usr/lib" -DCMAKE_INSTALL_PREFIX="/usr" "../$pkgname"
- make
-}
-
-package() {
- cd "${srcdir}/build"
- make DESTDIR="${pkgdir}" install
-}