summaryrefslogtreecommitdiff
path: root/libpcre2-32
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-11-26 11:24:02 +0000
committerTim Biermann <tbier@posteo.de>2022-11-26 11:24:02 +0000
commit80012c0d995c73432688b20e1d40e93c9046df67 (patch)
tree74261fff06006a200eaee385ace418de59f1df45 /libpcre2-32
parent93ddef81ce471680f270b23f0b3ffeed240ffb2f (diff)
downloadcompat-32-80012c0d995c73432688b20e1d40e93c9046df67.tar.gz
compat-32-80012c0d995c73432688b20e1d40e93c9046df67.tar.xz
libpcre2-32: initial commit, version 10.40
Diffstat (limited to 'libpcre2-32')
-rw-r--r--libpcre2-32/.32bit0
-rw-r--r--libpcre2-32/.footprint28
-rw-r--r--libpcre2-32/.signature5
-rw-r--r--libpcre2-32/Pkgfile29
4 files changed, 62 insertions, 0 deletions
diff --git a/libpcre2-32/.32bit b/libpcre2-32/.32bit
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/libpcre2-32/.32bit
diff --git a/libpcre2-32/.footprint b/libpcre2-32/.footprint
new file mode 100644
index 00000000..506dba8c
--- /dev/null
+++ b/libpcre2-32/.footprint
@@ -0,0 +1,28 @@
+drwxr-xr-x root/root lib32/
+lrwxrwxrwx root/root lib32/libpcre2-8.so.0 -> libpcre2-8.so.0.11.0
+-rwxr-xr-x root/root lib32/libpcre2-8.so.0.11.0
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib32/
+-rw-r--r-- root/root usr/lib32/libpcre2-16.a
+-rwxr-xr-x root/root usr/lib32/libpcre2-16.la
+lrwxrwxrwx root/root usr/lib32/libpcre2-16.so -> libpcre2-16.so.0.11.0
+lrwxrwxrwx root/root usr/lib32/libpcre2-16.so.0 -> libpcre2-16.so.0.11.0
+-rwxr-xr-x root/root usr/lib32/libpcre2-16.so.0.11.0
+-rw-r--r-- root/root usr/lib32/libpcre2-32.a
+-rwxr-xr-x root/root usr/lib32/libpcre2-32.la
+lrwxrwxrwx root/root usr/lib32/libpcre2-32.so -> libpcre2-32.so.0.11.0
+lrwxrwxrwx root/root usr/lib32/libpcre2-32.so.0 -> libpcre2-32.so.0.11.0
+-rwxr-xr-x root/root usr/lib32/libpcre2-32.so.0.11.0
+-rw-r--r-- root/root usr/lib32/libpcre2-8.a
+-rwxr-xr-x root/root usr/lib32/libpcre2-8.la
+lrwxrwxrwx root/root usr/lib32/libpcre2-8.so -> ../../lib32/libpcre2-8.so.0.11.0
+-rw-r--r-- root/root usr/lib32/libpcre2-posix.a
+-rwxr-xr-x root/root usr/lib32/libpcre2-posix.la
+lrwxrwxrwx root/root usr/lib32/libpcre2-posix.so -> libpcre2-posix.so.3.0.2
+lrwxrwxrwx root/root usr/lib32/libpcre2-posix.so.3 -> libpcre2-posix.so.3.0.2
+-rwxr-xr-x root/root usr/lib32/libpcre2-posix.so.3.0.2
+drwxr-xr-x root/root usr/lib32/pkgconfig/
+-rw-r--r-- root/root usr/lib32/pkgconfig/libpcre2-16.pc
+-rw-r--r-- root/root usr/lib32/pkgconfig/libpcre2-32.pc
+-rw-r--r-- root/root usr/lib32/pkgconfig/libpcre2-8.pc
+-rw-r--r-- root/root usr/lib32/pkgconfig/libpcre2-posix.pc
diff --git a/libpcre2-32/.signature b/libpcre2-32/.signature
new file mode 100644
index 00000000..501be4e6
--- /dev/null
+++ b/libpcre2-32/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/compat-32.pub
+RWSwxGo/zH7eXdyEOb9f0iiONsm81XZxXjvjJbOadPS8qy9hbXXprVYGVeBny4xoHd1LcDANteMouEfEdQFHVyhad0X4pZa9QgI=
+SHA256 (Pkgfile) = 2ad35a547f9484e71629f8f324fd260fc0dcd56e13bbc2401d4b946823e8ec04
+SHA256 (.footprint) = 79171c8d6e8ec6245c2fedcab1387895b8d039199024ddaca6efae78ac25da1a
+SHA256 (pcre2-10.40.tar.gz) = ded42661cab30ada2e72ebff9e725e745b4b16ce831993635136f2ef86177724
diff --git a/libpcre2-32/Pkgfile b/libpcre2-32/Pkgfile
new file mode 100644
index 00000000..54742e91
--- /dev/null
+++ b/libpcre2-32/Pkgfile
@@ -0,0 +1,29 @@
+# Description: Perl Compatible Regular Expressions
+# URL: https://www.pcre.org
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Depends on: libpcre2
+
+name=libpcre2-32
+version=10.40
+release=1
+source=(https://github.com/PhilipHazel/pcre2/releases/download/pcre2-$version/pcre2-$version.tar.gz)
+
+build() {
+ cd pcre2-$version
+
+ ./configure \
+ --prefix=/usr \
+ --libdir=/usr/lib32 \
+ --enable-jit \
+ --enable-pcre2-16 \
+ --enable-pcre2-32
+
+ make
+ make DESTDIR=$PKG install
+
+ install -d $PKG/lib32
+ mv $PKG/usr/lib32/libpcre2-8.so.* $PKG/lib32
+ ln -sf ../../lib32/$(readlink $PKG/usr/lib32/libpcre2-8.so) $PKG/usr/lib32/libpcre2-8.so
+
+ rm -r $PKG/usr/{bin,include,share}
+}

Generated by cgit