[arch-commits] Commit in opencore-amr/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Nov 9 22:15:42 UTC 2018
Date: Friday, November 9, 2018 @ 22:15:41
Author: felixonmars
Revision: 338669
archrelease: copy trunk to staging-x86_64
Added:
opencore-amr/repos/staging-x86_64/
opencore-amr/repos/staging-x86_64/PKGBUILD
(from rev 338668, opencore-amr/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: opencore-amr/repos/staging-x86_64/PKGBUILD (from rev 338668, opencore-amr/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-09 22:15:41 UTC (rev 338669)
@@ -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=2
+pkgdesc="Open source implementation of the Adaptive Multi Rate (AMR) speech codec"
+arch=('x86_64')
+license=('APACHE')
+url="http://opencore-amr.sourceforge.net/"
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+depends=(glibc)
+sha256sums=('2c006cb9d5f651bfb5e60156dbff6af3c9d35c7bbcc9015308c0aff1e14cd341')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
More information about the arch-commits
mailing list