Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 354 - (hide annotations)
Sun Oct 4 15:02:47 2009 UTC (3 years, 8 months ago) by cjg
File size: 503 byte(s)
glib: autoupdated to 2.18.4-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 354 version=2.18.4
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     }