CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 333 -
(show annotations)
Sun Oct 4 15:02:37 2009 UTC (3 years, 8 months ago) by cjg
File size: 503 byte(s)
Sun Oct 4 15:02:37 2009 UTC (3 years, 8 months ago) by cjg
File size: 503 byte(s)
glib: fixed to 2.18.3-1
| 1 | # Description: Low-level data structure handling, portability wrappers, and interfaces for runtime functionality |
| 2 | # URL: http://www.gtk.org/ |
| 3 | # Maintainer: Tilman Sauerbeck, tilman at crux dot nu |
| 4 | # Depends on: libpcre |
| 5 | |
| 6 | name=glib |
| 7 | version=2.18.3 |
| 8 | release=1 |
| 9 | source=(http://download.gnome.org/sources/$name/2.18/$name-$version.tar.bz2) |
| 10 | |
| 11 | build () { |
| 12 | cd $name-$version |
| 13 | ./configure --prefix=/usr \ |
| 14 | --mandir=/usr/man --with-pcre=system |
| 15 | make |
| 16 | make DESTDIR=$PKG install |
| 17 | rm -rf $PKG/usr/share/{gtk-doc,locale} |
| 18 | } |