milis/talimatname/genel/d/dbus-glib/talimat

19 lines
423 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: D-Bus GLib paketi, D-Bus API'sine GLib arabirimleri içerir.
# URL: http://www.freedesktop.org/wiki/Software/DBusBindings
# Paketçi: milisarge
# Gerekler: dbus expat glib
name=dbus-glib
version=0.104
release=1
source=(http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}