CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 386 -
(show annotations)
Sun Oct 4 15:03:04 2009 UTC (3 years, 8 months ago) by cjg
File size: 529 byte(s)
Sun Oct 4 15:03:04 2009 UTC (3 years, 8 months ago) by cjg
File size: 529 byte(s)
dbus-glib: autoupdated to 0.80-1
| 1 | # Description: D-Bus GLib bindings |
| 2 | # URL: http://freedesktop.org/wiki/Software_2fdbus |
| 3 | # Packager: Matt Housh, jaeger at crux dot nu |
| 4 | # Maintainer: Lucas Hazel, lucas at die dot net dot au |
| 5 | # Depends on: dbus, glib |
| 6 | |
| 7 | name=dbus-glib |
| 8 | version=0.80 |
| 9 | release=1 |
| 10 | source=(http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz) |
| 11 | |
| 12 | build() { |
| 13 | cd $name-$version |
| 14 | export PATH="$PATH:/usr/sbin" |
| 15 | ./configure --prefix=/usr \ |
| 16 | --disable-static \ |
| 17 | --with-xml=expat |
| 18 | make |
| 19 | make DESTDIR=$PKG install |
| 20 | rm -rf $PKG/usr/{etc,libexec,share} |
| 21 | } |