flann: move pkgconfig file to flann-devel
This commit is contained in:
parent
60a9f6f5eb
commit
e92de82198
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'flann'
|
# Template file for 'flann'
|
||||||
pkgname=flann
|
pkgname=flann
|
||||||
version=1.9.1
|
version=1.9.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
makedepends="gtest-devel hdf5-devel"
|
makedepends="gtest-devel hdf5-devel"
|
||||||
short_desc="Fast library for approximate nearest neighbors"
|
short_desc="Fast library for approximate nearest neighbors"
|
||||||
|
@ -22,5 +22,6 @@ flann-devel_package() {
|
||||||
vmove /usr/include
|
vmove /usr/include
|
||||||
vmove /usr/lib/*.a
|
vmove /usr/lib/*.a
|
||||||
vmove /usr/lib/*.so
|
vmove /usr/lib/*.so
|
||||||
|
vmove /usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue