description="A library to control A/V devices using the 1394ta AV/C commands."
url="https://ieee1394.wiki.kernel.org/index.php/Main_Page"

contributors="Fanch, Greg"
packager="tnut <tnut@nutyx.org>"

makedepends=(libraw1394)

name=libavc1394
version=0.5.4
release=3

source=(http://downloads.sourceforge.net/sourceforge/libavc1394/${name}-${version}.tar.gz)

build() {

   cd $SRC/$name-$version
   ./configure --prefix=/usr \
   --mandir=/usr/share/man \
   --disable-static
   make

   make DESTDIR=$PKG install

   # Obsolet libs
   rm $PKG/usr/lib/lib{avc,rom}1394.la
}
