CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 122 -
(show annotations)
Sun Oct 4 14:32:31 2009 UTC (3 years, 7 months ago) by cjg
File size: 466 byte(s)
Sun Oct 4 14:32:31 2009 UTC (3 years, 7 months ago) by cjg
File size: 466 byte(s)
import updates from CRUX current
| 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 | |
| 5 | name=glib |
| 6 | version=2.18.4 |
| 7 | release=1 |
| 8 | source=(ftp://ftp.gnome.org/pub/GNOME/sources/$name/2.18/$name-$version.tar.bz2) |
| 9 | |
| 10 | build () { |
| 11 | cd $name-$version |
| 12 | ./configure --prefix=/usr \ |
| 13 | --mandir=/usr/man |
| 14 | make |
| 15 | make DESTDIR=$PKG install |
| 16 | rm -rf $PKG/usr/share/{gtk-doc,locale} |
| 17 | } |