opt/glib/Pkgfile
2006-08-22 14:53:26 +00:00

18 lines
449 B
Plaintext

# Description: Low-level data structure handling, portability wrappers, and interfaces for runtime functionality
# URL: http://www.gtk.org/
# Maintainer: Matt Housh, jaeger at morpheus dot net
name=glib
version=2.12.1
release=1
source=(ftp://ftp.gtk.org/pub/$name/2.12/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr \
--enable-debug=no
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{gtk-doc,locale}
}