opt/glib/Pkgfile

19 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/
2006-09-08 17:13:54 +02:00
# Maintainer: Matt Housh, jaeger at crux dot nu
name=glib
2006-12-19 16:16:37 +01:00
version=2.12.5
release=1
2006-08-22 16:53:26 +02:00
source=(ftp://ftp.gtk.org/pub/$name/2.12/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr \
2006-12-19 16:16:37 +01:00
--mandir=/usr/man \
--enable-debug=no
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{gtk-doc,locale}
}