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

recipes/gui/libdvbpsi/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: libdvbpsi
pkgver: '1.3.3'
pkgrel: '1'
pkgdesc: 'Library designed for decoding and generation of MPEG TS and DVB PSI tables'
url: 'http://www.videolan.org/developers/libdvbpsi/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://code.videolan.org/videolan/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}-*
  autoreconf -fiv

  ./configure \
  	--prefix=/usr 
  make
  make DESTDIR=${PKGDIR} install

  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libdvbpsi.la

package: |
  true