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

recipes/utils/libiec61883/PAGBUILD.yaml main

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: libiec61883
pkgver: '1.2.0'
pkgrel: '4'
pkgdesc: 'A higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394.'
url: 'https://www.kernel.org/pub/linux/libs/ieee1394/'
arch: x86_64
depends: []
makedepends:
- libraw1394

source:
- 'https://www.kernel.org/pub/linux/libs/ieee1394/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
  make DESTDIR="${PKGDIR}" install

package: |
  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libiec61883.la