fftw: move cmake files into -devel subpackage (#2756)
This commit is contained in:
parent
eae8d0f1be
commit
d75f1974db
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fftw'
|
||||
pkgname=fftw
|
||||
version=3.3.8
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="libtool automake"
|
||||
makedepends="libgomp-devel"
|
||||
short_desc="Library for computing the discrete Fourier transform (DFT)"
|
||||
|
@ -72,6 +72,7 @@ fftw-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/info
|
||||
|
|
Loading…
Reference in a new issue