summaryrefslogtreecommitdiffstats
path: root/extra/autopano-sift-c/Pkgfile
blob: bc51a8c00da7f2b41e8f84434052baf372c2e593 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
# Run on:

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
	make DESTDIR=$PKG install
}