CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 333 -
(hide 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 | cjg | 201 | # 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 | cjg | 333 | # Depends on: libpcre |
| 5 | cjg | 201 | |
| 6 | name=glib | ||
| 7 | cjg | 314 | version=2.18.3 |
| 8 | cjg | 201 | release=1 |
| 9 | cjg | 333 | source=(http://download.gnome.org/sources/$name/2.18/$name-$version.tar.bz2) |
| 10 | cjg | 201 | |
| 11 | build () { | ||
| 12 | cd $name-$version | ||
| 13 | ./configure --prefix=/usr \ | ||
| 14 | cjg | 333 | --mandir=/usr/man --with-pcre=system |
| 15 | cjg | 201 | make |
| 16 | make DESTDIR=$PKG install | ||
| 17 | rm -rf $PKG/usr/share/{gtk-doc,locale} | ||
| 18 | } |