mid-kid
8 years ago
10 changed files with 37 additions and 19 deletions
@ -0,0 +1,18 @@ |
|||||
|
import 'compile/configure' |
||||
|
|
||||
|
name=pcre2 |
||||
|
version=10.23 |
||||
|
update_url="https://sourceforge.net/projects/pcre/files/$name/" |
||||
|
update_names="/projects/pcre/files/$name/$version/stats/timeline" |
||||
|
|
||||
|
dlextract "https://sourceforge.net/projects/pcre/files/$name/$version/$name-$version.tar.bz2" \ |
||||
|
'b2cd00ca7e24049040099b0a46bb3649' |
||||
|
header_end |
||||
|
|
||||
|
cd "$name-$version" |
||||
|
compile_configure -- --disable-static \ |
||||
|
--enable-pcre2-16 \ |
||||
|
--enable-pcre2-32 \ |
||||
|
--enable-jit |
||||
|
|
||||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
Loading…
Reference in new issue