summaryrefslogtreecommitdiff
path: root/pcr/bcg729/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-03-21 14:34:30 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-03-21 18:41:09 +0100
commit0b2cea84597067bdb905f8f3b13e86dfab9b8b98 (patch)
tree852b63905df40bcb2330029d77752d534cbd08e8 /pcr/bcg729/PKGBUILD
parente42da7a7b3be8b6515e27ce3f08dbad2958c926b (diff)
pcr/bcg729: exists in community. removed.
Diffstat (limited to 'pcr/bcg729/PKGBUILD')
-rw-r--r--pcr/bcg729/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/pcr/bcg729/PKGBUILD b/pcr/bcg729/PKGBUILD
deleted file mode 100644
index 271bcc3fc..000000000
--- a/pcr/bcg729/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer: David P. <megver83@parabola.nu>
-# Maintainer: Christian Kohlstedde <christian+arch-pkg@kohlsted.de>
-# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
-pkgname=bcg729
-pkgver=1.0.4
-pkgrel=1
-pkgdesc="g729 codec"
-arch=('x86_64' 'i686' ''armv7h)
-url="http://www.linphone.org/eng/documentation/dev/bcg729.html"
-license=('GPL')
-depends=('glibc')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcg729/archive/$pkgver.tar.gz")
-sha256sums=('94b3542a06cbd96306efc19f959f9febae62806a22599063f82a8c33e989d48b')
-
-build() {
- cd $pkgname-$pkgver
- [ -x configure ] || ./autogen.sh
- ./configure --prefix=/usr --disable-strict
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir/" install
- install -dm0755 "$pkgdir/usr/include/bcg729"
- cp include/bcg729/*.h "$pkgdir/usr/include/bcg729"
-}