# Description: Identify key feature points within arbitrary images
# URL: http://hugin.sourceforge.net/
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
# Depends on: cmake, libxml2, libpano13

name=autopano-sift-c
version=2.5.1
release=1
source=( http://downloads.sourceforge.net/sourceforge/hugin/autopano-sift-C-$version.tar.gz)

build() {
	cd autopano-sift-C-$version
	cmake -DCMAKE_INSTALL_PREFIX=/usr
	make -j3
	make DESTDIR=$PKG install
}