From 1475c61874ef6721896b2d8c976de01b6d33ca8e Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Tue, 21 Mar 2017 20:25:57 -0400 Subject: cleanup packages --- .gitmodules | 3 --- bzrtp/PKGBUILD | 28 ---------------------------- openblas-lapack | 1 - ortp/PKGBUILD | 28 ---------------------------- 4 files changed, 60 deletions(-) delete mode 100644 bzrtp/PKGBUILD delete mode 160000 openblas-lapack delete mode 100644 ortp/PKGBUILD diff --git a/.gitmodules b/.gitmodules index 8134d2a..c750603 100644 --- a/.gitmodules +++ b/.gitmodules @@ -91,9 +91,6 @@ [submodule "python-dask"] path = python-dask url = https://aur.archlinux.org/python-dask.git -[submodule "openblas-lapack"] - path = openblas-lapack - url = https://aur.archlinux.org/openblas-lapack.git [submodule "blpapi_cpp"] path = blpapi_cpp url = aur@aur.archlinux.org:blpapi_cpp.git diff --git a/bzrtp/PKGBUILD b/bzrtp/PKGBUILD deleted file mode 100644 index 5ee4e99..0000000 --- a/bzrtp/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Guillaume Horel - -pkgname=bzrtp -pkgver=1.0.4 -pkgrel=1 -pkgdesc="Implementation of the ZRTP protocol" -arch=('i686' 'x86_64') -url="http://www.linphone.org/" -license=('GPL') -depends=('bctoolbox') -makedepends=('') -source=("https://github.com/BelledonneCommunications/$pkgname/archive/$pkgver.tar.gz") -md5sums=('0f36322012dd6cc248aa356555744a8e') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake -DENABLE_STATIC=NO -DCMAKE_INSTALL_LIBDIR="/usr/lib" -DCMAKE_INSTALL_PREFIX="/usr" "../$pkgname-$pkgver" - make -} - -package() { - cd "${srcdir}/build" - make DESTDIR="${pkgdir}" install -} diff --git a/openblas-lapack b/openblas-lapack deleted file mode 160000 index b923716..0000000 --- a/openblas-lapack +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b923716f689cab49c4f8bb999448d0d9dcbfac01 diff --git a/ortp/PKGBUILD b/ortp/PKGBUILD deleted file mode 100644 index 5e96eeb..0000000 --- a/ortp/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Andrea Scarpino -# Contributor: Jaroslaw Swierczynski -# Contributor: William Rea - -pkgname=ortp -pkgver=0.27.0 -pkgrel=1 -pkgdesc="A Real-time Transport Protocol (RTP) library" -arch=('i686' 'x86_64') -url="http://www.linphone.org/index.php/eng/code_review/ortp" -license=('GPL3') -depends=('glibc') -source=("https://github.com/BelledonneCommunications/$pkgname/archive/$pkgver.tar.gz") -sha1sums=('1cfc5ff9053b880fabad176722a97b301867ab7e') - -build() { - mkdir build - cd build - cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_LIBDIR="/usr/lib" "../${pkgname}-${pkgver}" - make -} - -package() { - cd ${srcdir}/build - make DESTDIR="${pkgdir}" install -} -- cgit v1.2.3-70-g09d2