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

recipes/utils/libvpx/PAGBUILD.yaml main

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: libvpx
pkgver: '1.17.0'
pkgrel: 1
pkgdesc: The VP8 Codec SDK
url: 'http://webm.googlecode.com/'
arch: x86_64
depends: []
makedepends:
- perl
- sed
- diffutils
- yasm
source:
- 'https://github.com/webmproject/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd ${pkgname}-${pkgver}

  sed -i 's/cp -p/cp/' build/make/Makefile

  mkdir libvpx-build
  cd    ${pkgname}-${pkgver}

  ../configure --prefix=/usr \
  --enable-shared --disable-static
  make

  make DESTDIR=${PKGDIR} install
package: |
  true