1 # Maintainer: Figo.zhang <figo1802@gmail.com>
7 pkgdesc="FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces"
9 url='http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN'
10 license=('GPL' 'LGPL')
11 makedepends=('cmake' 'pkgconfig')
12 source=("http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann-1.6.8-src.zip")
18 cmake ../flann-1.6.8-src \
19 -DCMAKE_BUILD_TYPE=Release \
20 -DCMAKE_INSTALL_PREFIX=/usr
22 make DESTDIR=$pkgdir install
24 md5sums=('4ec7718eacc0882bce1bcd51f01c2d26')