dbus-glib-32: initial import

This commit is contained in:
Danny Rawlins 2019-08-05 00:30:02 +10:00
parent f733a81873
commit e58ccb81c4
4 changed files with 37 additions and 0 deletions

0
dbus-glib-32/.32bit Normal file
View File

9
dbus-glib-32/.footprint Normal file
View File

@ -0,0 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
-rw-r--r-- root/root usr/lib32/libdbus-glib-1.a
-rwxr-xr-x root/root usr/lib32/libdbus-glib-1.la
lrwxrwxrwx root/root usr/lib32/libdbus-glib-1.so -> libdbus-glib-1.so.2.3.4
lrwxrwxrwx root/root usr/lib32/libdbus-glib-1.so.2 -> libdbus-glib-1.so.2.3.4
-rwxr-xr-x root/root usr/lib32/libdbus-glib-1.so.2.3.4
drwxr-xr-x root/root usr/lib32/pkgconfig/
-rw-r--r-- root/root usr/lib32/pkgconfig/dbus-glib-1.pc

5
dbus-glib-32/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXUIl+yrdxjIh93UFm5Bh8ImT/bJpzUCerrSAxghqIv7Sw6ouAC2LbzZraWmqYLUIOz6U2EplM9iZcSGsBcRjjA4=
SHA256 (Pkgfile) = 74c1b6a68406f4a94d471c21f27afc6a154898970617b2535fbd1593b1d26fd1
SHA256 (.footprint) = 8fcf000acf616fed22d55c11abc8c11b7f5d9dbfa4cfbebc912f04edb52d5524
SHA256 (dbus-glib-0.110.tar.gz) = 7ce4760cf66c69148f6bd6c92feaabb8812dee30846b24cd0f7395c436d7e825

23
dbus-glib-32/Pkgfile Normal file
View File

@ -0,0 +1,23 @@
# Description: D-Bus GLib bindings
# URL: http://freedesktop.org/wiki/Software/DBusBindings
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: dbus-32 dbus-glib glib-32
name=dbus-glib-32
version=0.110
release=1
source=(https://dbus.freedesktop.org/releases/${name%-*}/${name%-*}-$version.tar.gz)
build() {
cd ${name%-*}-$version
./configure \
--prefix=/usr \
--libdir=/usr/lib32 \
--enable-bash-completion=no
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{bin,share,include}
}