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