🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728
pkgname: libmpcdec
pkgver: '1.2.6'
pkgrel: '4'
pkgdesc: 'Musepack decoding library'
url: 'https://www.musepack.net/index.php?pg=home'
arch: x86_64
depends: []
makedepends:
- nasm
source:
- 'https://files.musepack.net/source/${pkgname}-${pkgver}.tar.bz2'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make
make DESTDIR=${PKGDIR} install
# Obsolet lib
rm -f ${PKGDIR}/usr/lib/libmpcdec.la
package: |
true