#Maintainer: Dimitris Tzemos pkgname=libiec61883 pkgver=1.2.0 pkgrel=2dj source=("https://www.kernel.org/pub/linux/libs/ieee1394/${pkgname}-${pkgver}.tar.xz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.linux1394.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libiec61883 - an implementation of IEC 61883" "This library is an implementation of IEC 61883, part 1 (CIP, plug" "registers, and CMP), part 2 (DV-SD), part 4 (MPEG2-TS), and part 6" "(AMDTP). Outside of IIDC, nearly all FireWire multimedia devices use" "IEC 61883 protocols." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }