Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
import 'compile/configure'
|
|
|
|
|
|
|
|
name=pcre2
|
|
|
|
version=10.23
|
|
|
|
|
|
|
|
dlextract "https://sourceforge.net/projects/pcre/files/$name/$version/$name-$version.tar.bz2" \
|
|
|
|
'b2cd00ca7e24049040099b0a46bb3649'
|
|
|
|
_
|
|
|
|
|
|
|
|
cd "$name-$version"
|
|
|
|
compile_configure -- --disable-static \
|
|
|
|
--enable-pcre2-16 \
|
|
|
|
--enable-pcre2-32 \
|
|
|
|
--enable-jit
|
|
|
|
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|