yaz: move yaz-config to -devel package.
This commit is contained in:
parent
6f69915982
commit
fd030313f1
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'yaz'
|
||||
pkgname=yaz
|
||||
version=5.27.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shared=yaz"
|
||||
hostmakedepends="bison pkg-config"
|
||||
|
@ -27,6 +27,8 @@ yaz-devel_package() {
|
|||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/bin/yaz-config
|
||||
vmove usr/share/man/man1/yaz-config.1
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.a
|
||||
|
|
Loading…
Reference in a new issue