opt/glib/Pkgfile

18 lines
444 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
2007-11-24 23:11:29 +01:00
version=2.14.4
release=1
2007-08-05 16:44:57 +02:00
source=(ftp://ftp.gtk.org/pub/$name/2.14/$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}
}