🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324
pkgname: fdk-aac
pkgver: '2.0.3'
pkgrel: 1
pkgdesc: Fraunhofer FDK AAC Advanced Audio Codec library.
url: 'https://www.iis.fraunhofer.de/en/ff/amm/impl/fdkaaccodec.html'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://sourceforge.net/projects/opencore-amr/files/${pkgname}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--disable-rpath
make
make DESTDIR=${PKGDIR} install
rm -f ${PKGDIR}/usr/lib/libfdk-aac.la
package: |
true