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

recipes/utils/libavc1394/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: libavc1394
pkgver: '0.5.4'
pkgrel: '4'
pkgdesc: 'A library to control A/V devices using the 1394ta AV/C commands.'
url: 'https://ieee1394.wiki.kernel.org/index.php/Main_Page'
arch: x86_64
depends: []
makedepends:
- libraw1394

source:
- 'https://downloads.sourceforge.net/sourceforge/libavc1394/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ./${pkgname}-${pkgver}
  ./configure --prefix=/usr \
  --mandir=/usr/share/man \
  --disable-static
  make

  make DESTDIR=${PKGDIR} install

  # Obsolet libs
  rm -f ${PKGDIR}/usr/lib/lib{avc,rom}1394.la

package: |
  true