1 # Maintainer: Jan de Groot <jgc@archlinux.org>
6 pkgdesc="High level programming interface to control IEEE 1394 based cameras"
9 url="https://sourceforge.net/projects/libdc1394/"
10 depends=('libraw1394' 'libusb')
11 options=('!emptydirs')
12 source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
13 sha256sums=('2b905fc9aa4eec6bdcf6a2ae5f5ba021232739f5be047dec8fe8dd6049c10fed')
17 ./configure --prefix=/usr --disable-static
23 make DESTDIR="${pkgdir}" install