opt/glib/Pkgfile

19 lines
503 B
Plaintext
Raw Normal View History

# Description: Low-level data structure handling, portability wrappers, and interfaces for runtime functionality
# URL: http://www.gtk.org/
2008-01-30 20:52:40 +01:00
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2008-09-30 21:17:14 +02:00
# Depends on: libpcre
name=glib
2009-12-06 09:56:54 +01:00
version=2.22.3
2008-11-28 15:22:02 +01:00
release=1
source=(http://download.gnome.org/sources/$name/2.22/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr \
2008-09-30 20:27:17 +02:00
--mandir=/usr/man --with-pcre=system
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{gtk-doc,locale}
}