Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 631 - (show annotations)
Sun Oct 4 15:05:10 2009 UTC (3 years, 7 months ago) by cjg
File size: 503 byte(s)
glib: autoupdated to 2.20.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.20.3
8 release=1
9 source=(http://download.gnome.org/sources/$name/2.20/$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 }