lzo: move .pc files to -devel.
This commit is contained in:
parent
76b30e0571
commit
3f9b851101
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'lzo'.
|
# Template build file for 'lzo'.
|
||||||
pkgname=lzo
|
pkgname=lzo
|
||||||
version=2.10
|
version=2.10
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shared"
|
configure_args="--enable-shared"
|
||||||
short_desc="Portable lossless data compression library"
|
short_desc="Portable lossless data compression library"
|
||||||
|
@ -22,5 +22,6 @@ lzo-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