# Description: Fournit un accès directe au bus IEEE 1394
# URL: http://sourceforge.net/projects/libraw1394/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=libraw1394
version=2.0.5
release=1
source=(http://downloads.sourceforge.net/project/libraw1394/libraw1394/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
                    -mandir=/usr/share/man
	make
	make DESTDIR=$PKG install
}