opt/glib/Pkgfile

18 lines
466 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
name=glib
2008-04-10 17:06:51 +02:00
version=2.16.3
release=1
2008-03-14 17:10:16 +01:00
source=(ftp://ftp.gnome.org/pub/GNOME/sources/$name/2.16/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{gtk-doc,locale}
}