opt/glib/Pkgfile

21 lines
561 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
2011-03-21 20:18:57 +01:00
version=2.28.4
2008-11-28 15:22:02 +01:00
release=1
2011-02-11 08:52:03 +01:00
source=(http://download.gnome.org/sources/$name/2.28/$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}
2010-11-27 13:00:36 +01:00
rm -r $PKG/usr/etc/bash_completion.d
rmdir $PKG/usr/etc
}