opt/dbus-glib/Pkgfile

23 lines
480 B
Plaintext
Raw Normal View History

2017-09-23 17:31:24 +02:00
# Description: D-Bus GLib bindings
2021-01-26 14:10:02 +01:00
# URL: http://freedesktop.org/wiki/Software/DBusBindings
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: dbus glib
name=dbus-glib
2021-03-28 01:03:39 +01:00
version=0.112
2012-06-26 16:31:58 +02:00
release=1
source=(https://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
2021-01-26 14:10:02 +01:00
./configure \
--prefix=/usr \
2017-09-23 17:31:24 +02:00
--disable-static \
--enable-bash-completion=no
make
make DESTDIR=$PKG install
2021-01-26 14:10:02 +01:00
2017-09-23 17:31:24 +02:00
rm -r $PKG/usr/share/gtk-doc
}