libechonest: move pkgconfig to -devel.
This commit is contained in:
parent
be6428b524
commit
c57ac50ff1
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libechonest'
|
# Template file for 'libechonest'
|
||||||
pkgname=libechonest
|
pkgname=libechonest
|
||||||
version=2.3.0
|
version=2.3.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake qt-qmake"
|
hostmakedepends="cmake qt-qmake"
|
||||||
makedepends="qjson-devel boost-devel"
|
makedepends="qjson-devel boost-devel"
|
||||||
|
@ -18,5 +18,6 @@ libechonest-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue