[arch-commits] Commit in opencore-amr/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 16 12:16:46 UTC 2020


    Date: Saturday, May 16, 2020 @ 12:16:45
  Author: felixonmars
Revision: 384477

archrelease: copy trunk to staging-x86_64

Added:
  opencore-amr/repos/staging-x86_64/
  opencore-amr/repos/staging-x86_64/PKGBUILD
    (from rev 384476, opencore-amr/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: opencore-amr/repos/staging-x86_64/PKGBUILD (from rev 384476, opencore-amr/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 12:16:45 UTC (rev 384477)
@@ -0,0 +1,25 @@
+# Maintainer: Ionut Biru <ionut at archlinux.ro>
+# Contributor: WAntilles <wantilles at adslgr.com>
+
+pkgname=opencore-amr
+pkgver=0.1.5
+pkgrel=4
+pkgdesc="Open source implementation of the Adaptive Multi Rate (AMR) speech codec"
+arch=('x86_64')
+license=('APACHE')
+url="http://opencore-amr.sourceforge.net/"
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+depends=(glibc)
+sha256sums=('2c006cb9d5f651bfb5e60156dbff6af3c9d35c7bbcc9015308c0aff1e14cd341')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-examples
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list