# Maintainer: Balló György <ballogyor+arch at gmail dot com>
# Contributor: damir <damir@archlinux.org>
# Contributor: Robert Emil Berge <robert@rebi.no>

pkgname=libavc1394
pkgver=0.5.4
pkgrel=6
pkgdesc='Library to control A/V devices using the 1394 TA AV/C commands'
arch=('x86_64' 'aarch64')
url="https://sourceforge.net/projects/libavc1394/"
license=('LGPL')
depends=('glibc' 'libraw1394')
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('7cb1ff09506ae911ca9860bef4af08c2403f3e131f6c913a2cbd6ddca4215b53')

build() {
  cd $pkgname-$pkgver
  ./configure --build=$CHOST --prefix=/usr
  make
}

package() {
  cd $pkgname-$pkgver
  make DESTDIR="$pkgdir" install
}
