[arch-commits] Commit in spandsp/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jun 7 06:13:27 UTC 2018


    Date: Thursday, June 7, 2018 @ 06:13:27
  Author: felixonmars
Revision: 326124

archrelease: copy trunk to extra-x86_64

Added:
  spandsp/repos/extra-x86_64/PKGBUILD
    (from rev 326123, spandsp/trunk/PKGBUILD)
Deleted:
  spandsp/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 06:13:12 UTC (rev 326123)
+++ PKGBUILD	2018-06-07 06:13:27 UTC (rev 326124)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=spandsp
-pkgver=0.0.6
-pkgrel=1
-pkgdesc="A DSP library for telephony"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.soft-switch.org/"
-depends=('libtiff')
-source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tar.gz)
-
-build() {
-  cd $pkgname-0.0.6
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd $pkgname-0.0.6
-   make check
-}  
-
-package() {
-  cd $pkgname-0.0.6
-  make DESTDIR="$pkgdir" install
-}
-md5sums=('897d839516a6d4edb20397d4757a7ca3')

Copied: spandsp/repos/extra-x86_64/PKGBUILD (from rev 326123, spandsp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-07 06:13:27 UTC (rev 326124)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=spandsp
+pkgver=0.0.6
+pkgrel=2
+pkgdesc="A DSP library for telephony"
+arch=('x86_64')
+license=('GPL')
+url="http://www.soft-switch.org/"
+depends=('libtiff')
+source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd $pkgname-0.0.6
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd $pkgname-0.0.6
+   make check
+}  
+
+package() {
+  cd $pkgname-0.0.6
+  make DESTDIR="$pkgdir" install
+}
+sha512sums=('16bb215ca89a39282e832403f69bc4c98ad3fe35ab3a6eb4731ee5029a6acd9b2df243c3701de845441cbdc16c88b3cd398ef15dc3502e45d5aeca8a161917d4')



More information about the arch-commits mailing list