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

recipes/utils/libogg/PAGBUILD.yaml main

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: libogg
pkgver: '1.3.6'
pkgrel: '1'
pkgdesc: 'Ogg bitstream and framing library'
url: 'https://xiph.org/ogg/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://downloads.xiph.org/releases/ogg/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
              --docdir=/usr/share/doc/libogg-${pkgver} \
              --disable-static
  make
  make DESTDIR=${PKGDIR} install
  rm -f ${PKGDIR}/usr/lib/${pkgname}.la

package: |
  true