🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425
pkgname: 'opencore-amr'
pkgver: '0.1.6'
pkgrel: '2'
pkgdesc: 'Open source implementation of the Adaptive Multi Rate (AMR) speech codec'
url: 'https://opencore-amr.sourceforge.net/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr --disable-static
make
make DESTDIR=${PKGDIR} install
# Obsolets libs
rm -f ${PKGDIR}/usr/lib/libopencore-amr{n,w}b.la
package: |
true