CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 834 -
(show annotations)
Sun Oct 4 15:10:16 2009 UTC (3 years, 7 months ago) by cjg
File size: 522 byte(s)
Sun Oct 4 15:10:16 2009 UTC (3 years, 7 months ago) by cjg
File size: 522 byte(s)
pango: bump to 1.22.4
| 1 | # Description: A library for layout and rendering of text |
| 2 | # URL: http://www.gtk.org/ |
| 3 | # Maintainer: Tilman Sauerbeck, tilman at crux dot nu |
| 4 | # Depends on: cairo, glib, xorg-libsm, xorg-libxext, xorg-libxft |
| 5 | |
| 6 | name=pango |
| 7 | version=1.22.4 |
| 8 | release=1 |
| 9 | source=(http://download.gnome.org/sources/$name/1.22/$name-$version.tar.bz2 \ |
| 10 | pango.modules) |
| 11 | |
| 12 | build () { |
| 13 | cd $name-$version |
| 14 | ./configure --prefix=/usr |
| 15 | make |
| 16 | make DESTDIR=$PKG install |
| 17 | install -D -m 644 $SRC/pango.modules $PKG/usr/etc/pango/pango.modules |
| 18 | rm -r $PKG/usr/share |
| 19 | } |