🔒 Repository is read-only – file editing is disabled.

recipes/utils/wavpack/PAGBUILD.yaml main

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
pkgname: wavpack
pkgver: '5.9.0'
pkgrel: '1'
pkgdesc: 'Audio compression format with lossless, lossy and hybrid compression modes'
url: 'https://www.wavpack.com/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
  --enable-mmx \
  --enable-static=no 
  make
  make DESTDIR=${PKGDIR} install

  rm -f ${PKGDIR}/usr/lib/libwavpack.la

package: |
  true