opt/glib/Pkgfile
2009-12-06 10:23:59 +01:00

19 lines
503 B
Plaintext

# Description: Low-level data structure handling, portability wrappers, and interfaces for runtime functionality
# URL: http://www.gtk.org/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: libpcre
name=glib
version=2.22.3
release=1
source=(http://download.gnome.org/sources/$name/2.22/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man --with-pcre=system
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{gtk-doc,locale}
}