libgudev-32: initial import

This commit is contained in:
Danny Rawlins 2019-08-05 01:30:49 +10:00
parent 1dce740125
commit 45da0afcf1
4 changed files with 37 additions and 0 deletions

0
libgudev-32/.32bit Normal file
View File

8
libgudev-32/.footprint Normal file
View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
-rwxr-xr-x root/root usr/lib32/libgudev-1.0.la
lrwxrwxrwx root/root usr/lib32/libgudev-1.0.so -> libgudev-1.0.so.0.2.0
lrwxrwxrwx root/root usr/lib32/libgudev-1.0.so.0 -> libgudev-1.0.so.0.2.0
-rwxr-xr-x root/root usr/lib32/libgudev-1.0.so.0.2.0
drwxr-xr-x root/root usr/lib32/pkgconfig/
-rw-r--r-- root/root usr/lib32/pkgconfig/gudev-1.0.pc

5
libgudev-32/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXTKZkWiRSrsaln50CIZ8nVz51WC7Vsa6udFtKq+zQWrM+eE8mlylxcUvCq/48EQsJsOFO469gsz3EcWKirIzhAo=
SHA256 (Pkgfile) = e40e4c92de72230ca94931b333e30982939a9bf31b0e12c923c2603b4655d6c6
SHA256 (.footprint) = 5285e8365af3742040d9700176f55915e1cdf3c53ee4277de90dfde8fa5dbec0
SHA256 (libgudev-232.tar.xz) = ee4cb2b9c573cdf354f6ed744f01b111d4b5bed3503ffa956cefff50489c7860

24
libgudev-32/Pkgfile Normal file
View File

@ -0,0 +1,24 @@
# Description: GObject bindings for libudev
# URL: https://wiki.gnome.org/Projects/libgudev
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: glib-32 libgudev
name=libgudev-32
version=232
release=1
source=(https://ftp.gnome.org/pub/gnome/sources/${name%-*}/$version/${name%-*}-$version.tar.xz)
build() {
cd ${name%-*}-$version
./configure \
--prefix=/usr \
--libdir=/usr/lib32 \
--disable-umockdev
sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' -i libtool
make
make install DESTDIR=$PKG
rm -r $PKG/usr/include
}