diff options
Diffstat (limited to 'repo/system/pcre2.xibuild')
-rw-r--r-- | repo/system/pcre2.xibuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/repo/system/pcre2.xibuild b/repo/system/pcre2.xibuild deleted file mode 100644 index 46e35e9..0000000 --- a/repo/system/pcre2.xibuild +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make " -DEPS="musl readline zlib bzip2 sh" - -PKG_VER=10.39 -SOURCE=https://github.com/PhilipHazel/pcre2/releases/download/pcre2-$PKG_VER/pcre2-$PKG_VER.tar.gz -DESC="A library that implements regular expressions in a perl style" - -build () { - CC=gcc ./configure --prefix=/usr --enable-utf --enable-unicode-properties - make -} - -package () { - make DESTDIR=$PKG_DEST install -} - - |