From a7a9cd0476872eab3c22edaa63fd5499a51f79cf Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Mon, 5 Aug 2019 01:32:59 +1000 Subject: [PATCH] libudev0-shim-32: initial import --- libudev0-shim-32/.32bit | 0 libudev0-shim-32/.footprint | 4 ++++ libudev0-shim-32/.signature | 5 +++++ libudev0-shim-32/Pkgfile | 16 ++++++++++++++++ 4 files changed, 25 insertions(+) create mode 100644 libudev0-shim-32/.32bit create mode 100644 libudev0-shim-32/.footprint create mode 100644 libudev0-shim-32/.signature create mode 100644 libudev0-shim-32/Pkgfile diff --git a/libudev0-shim-32/.32bit b/libudev0-shim-32/.32bit new file mode 100644 index 00000000..e69de29b diff --git a/libudev0-shim-32/.footprint b/libudev0-shim-32/.footprint new file mode 100644 index 00000000..fad40a52 --- /dev/null +++ b/libudev0-shim-32/.footprint @@ -0,0 +1,4 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib32/ +lrwxrwxrwx root/root usr/lib32/libudev.so.0 -> libudev.so.0.0.9999 +-rwxr-xr-x root/root usr/lib32/libudev.so.0.0.9999 diff --git a/libudev0-shim-32/.signature b/libudev0-shim-32/.signature new file mode 100644 index 00000000..dcc14bf7 --- /dev/null +++ b/libudev0-shim-32/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/compat-32.pub +RWSwxGo/zH7eXQMnT91c8T5CNVVOJrNtwKAohPtPQOoLrpXOCoc8H/Edz060f11KgqGP68A6lI/3tgxhFPNsILiXQ6rJQ66CQA8= +SHA256 (Pkgfile) = 91384fb22f5c66d5e62e66ff0b05f9c9c4674d7be0ca8e58dbb1be3c9d39804b +SHA256 (.footprint) = 9be08fb8ebaf914e849940f4c4f8611635b67421e2b3a9e1ea284f9e44826e96 +SHA256 (libudev0-shim-1.tar.gz) = 24a1072fa437935d6c4e1d9c1ce84f4ad1d7be45026f6ee7b0b3d77ec0f66e3c diff --git a/libudev0-shim-32/Pkgfile b/libudev0-shim-32/Pkgfile new file mode 100644 index 00000000..adcd7c9c --- /dev/null +++ b/libudev0-shim-32/Pkgfile @@ -0,0 +1,16 @@ +# Description: libudev.so.0 compatibility library for systems with newer udev versions +# URL: https://github.com/archlinux/libudev0-shim +# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu +# Depends on: libudev0-shim libgudev-32 + +name=libudev0-shim-32 +version=1 +release=1 +source=(https://github.com/archlinux/libudev0-shim/archive/v$version/${name%-*}-$version.tar.gz) + +build() { + cd ${name%-*}-$version + make + install -D -m 0755 libudev.so.0.0.9999 -t $PKG/usr/lib32 + ln -s libudev.so.0.0.9999 $PKG/usr/lib32/libudev.so.0 +}