pkgname=libiec61883 pkgver=1.2.0 pkgrel=8 pkgdesc="A higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394" arch=('x86_64') url="https://www.kernel.org/pub/linux/libs/ieee1394/" license=('LGPL') depends=('libraw1394') options=('!libtool') source=("https://www.kernel.org/pub/linux/libs/ieee1394/${pkgname}-${pkgver}.tar.xz") md5sums=('ed91bc1727fac8e019402fc3724a283d') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }