opt/glib/Pkgfile

22 lines
643 B
Plaintext
Raw Normal View History

2012-06-17 19:24:47 +02:00
# Description: Low-level data structure handling, portability wrappers, and interfaces for runtime functionality
# URL: http://www.gtk.org/
2012-06-19 01:45:33 +02:00
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: libpcre libffi python
2012-06-17 19:24:47 +02:00
name=glib
version=2.32.3
release=2
2012-06-17 19:24:47 +02:00
source=(http://download.gnome.org/sources/$name/2.32/$name-$version.tar.xz)
build () {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--with-pcre=system
2012-06-17 19:24:47 +02:00
make
make -j1 DESTDIR=$PKG install
rm -rf $PKG/usr/share/{gtk-doc,locale}
rm -r $PKG/usr/etc/bash_completion.d
rmdir $PKG/usr/etc
}