Half of the ports had a manual post_install step to delete libtool files this is now done automatically and there is no need for it! Libtool files have to be deleted as libtool doesn't work while cross-compiling (at least out of the box)
7 lines
255 B
Bash
Executable File
7 lines
255 B
Bash
Executable File
#!/bin/bash ../install.sh
|
|
|
|
NAME='pcre2'
|
|
VERSION='10.45'
|
|
DOWNLOAD_URL="https://github.com/PCRE2Project/pcre2/releases/download/pcre2-$VERSION/pcre2-$VERSION.tar.gz#0e138387df7835d7403b8351e2226c1377da804e0737db0e071b48f07c9d12ee"
|
|
CONFIG_SUB=('config.sub')
|