libudev0-shim-32: initial import

This commit is contained in:
Danny Rawlins 2019-08-05 01:32:59 +10:00
parent 45da0afcf1
commit a7a9cd0476
4 changed files with 25 additions and 0 deletions

0
libudev0-shim-32/.32bit Normal file
View File

View File

@ -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

View File

@ -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

16
libudev0-shim-32/Pkgfile Normal file
View File

@ -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
}