pcre: update to 8.31.
This commit is contained in:
parent
d5d490c469
commit
bd4151b909
2 changed files with 6 additions and 7 deletions
|
@ -1,17 +1,15 @@
|
|||
# Template file for 'pcre-devel'.
|
||||
#
|
||||
depends="zlib-devel bzip2-devel libpcre libpcrecpp"
|
||||
noarch=yes
|
||||
depends="zlib-devel bzip2-devel libpcre>=${version} libpcrecpp>=${version}"
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
|
||||
do_install() {
|
||||
vmove usr/bin/pcre-config usr/bin
|
||||
vmove usr/include usr
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/man/man1/pcre-config.1 usr/share/man/man1
|
||||
vmove usr/share/man/man3 usr/share/man
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue