# Description: Media reception and transmission for DV, MPEG2-TS, and AMDTP using only raw1394. # URL: https://ieee1394.wiki.kernel.org/ # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Rouven Schuerch, rs at tegonal dot com # Depends on: libraw1394 name=libiec61883 version=1.2.0 release=1 source=(http://www.kernel.org/pub/linux/libs/ieee1394/$name-$version.tar.xz) build() { cd $name-$version ./configure \ --prefix=/usr \ --mandir=/usr/man make make DESTDIR=$PKG install }