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

recipes/utils/libvorbis/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: libvorbis
pkgver: '1.3.7'
pkgrel: '3'
pkgdesc: 'Audio codec, free, open and unpatented, it is roughly comparable to other formats.'
url: 'http://www.vorbis.com/'
arch: x86_64
depends: []
makedepends:
- libogg
- doxygen

source:
- 'https://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
  --disable-static
  make
  make DESTDIR=${PKGDIR} install
  install -v -m644 doc/Vorbis* ${PKGDIR}/usr/share/doc/libvorbis-${pkgver}
  rm -f ${PKGDIR}/usr/lib/${pkgname}{,file,enc}.la

package: |
  true