milis/talimatname/genel/dbus-glib/talimat

19 lines
448 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# 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
2016-03-03 10:37:29 +01:00
source=(http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz)
2016-02-24 01:27:23 +01:00
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}