opt/glib/Pkgfile

21 lines
620 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
2013-04-05 00:51:08 +02:00
version=2.36.0
2012-07-15 12:06:13 +02:00
release=1
2013-04-05 00:51:08 +02:00
source=(http://download.gnome.org/sources/$name/2.36/$name-$version.tar.xz)
2012-06-17 19:24:47 +02:00
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}
2012-07-15 12:06:13 +02:00
rm -r $PKG/usr/share/bash-completion
2012-06-17 19:24:47 +02:00
}