milis/talimatname/genel/dbus-glib/talimat

19 lines
512 B
Plaintext

# Description: The D-Bus GLib package contains GLib interfaces to the D-Bus API.
# URL: http://www.freedesktop.org/wiki/Software/DBusBindings
# Packager: tnut at nutyx dot org
# Depends on: dbus expat glib
name=dbus-glib
version=0.104
release=1
source=(http://pkgs.fedoraproject.org/repo/pkgs/dbus-glib/dbus-glib-0.104.tar.gz/5497d2070709cf796f1878c75a72a039/dbus-glib-0.104.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}